Add quotes around $bindir.
authorBruce Momjian <[email protected]>
Wed, 9 Jan 2002 04:56:44 +0000 (04:56 +0000)
committerBruce Momjian <[email protected]>
Wed, 9 Jan 2002 04:56:44 +0000 (04:56 +0000)
src/bin/pg_dump/pg_dumpall.sh

index d5e875e308bfc4a8ff39abaa12a72a260dc6d0b8..f836e072c53a2078da6e9d35ec090e24f83223e6 100644 (file)
@@ -39,7 +39,7 @@ fi
 # they might temporarily move the installation tree elsewhere, so we'd
 # accidentally invoke the newly installed versions of pg_dump and psql.
 if [ x"$PGPATH" = x"" ]; then
-    PGPATH=$bindir
+    PGPATH="$bindir"
 fi
 
 #