Thread: pgsql: Fix shell error on Solaris

pgsql: Fix shell error on Solaris

From
Peter Eisentraut
Date:
Fix shell error on Solaris

Apparently, the Bourne shell on Solaris doesn't like "for" loops with an
empty list, so have "make" skip the loop in that case.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2aa0fb032ecdc5624a3706a2db0a7ca42bbaf211

Modified Files
--------------
src/Makefile.global.in |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)