From: Bruce Momjian Date: Wed, 9 Jan 2002 04:56:44 +0000 (+0000) Subject: Add quotes around $bindir. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c99a926a461c1aa16f22eee0edec7828466b2c65;p=users%2Fbernd%2Fpostgres.git Add quotes around $bindir. --- diff --git a/src/bin/pg_dump/pg_dumpall.sh b/src/bin/pg_dump/pg_dumpall.sh index d5e875e308..f836e072c5 100644 --- a/src/bin/pg_dump/pg_dumpall.sh +++ b/src/bin/pg_dump/pg_dumpall.sh @@ -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 #