summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-09 04:56:44 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-09 04:56:44 +0000
commit5ac10980d7482dd32a898ff9d39bdebafd33ad85 (patch)
tree2b0e14b0aa31972a531dbe973ed333513b0c731d
parentda1c1144e79e1344a066f3ed2ab42d6749cd15c6 (diff)
downloadpostgresql-5ac10980d7482dd32a898ff9d39bdebafd33ad85.tar.gz
Add quotes around $bindir.
-rw-r--r--src/bin/pg_dump/pg_dumpall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_dumpall.sh b/src/bin/pg_dump/pg_dumpall.sh
index 2029c0fc79..122cf75b2d 100644
--- a/src/bin/pg_dump/pg_dumpall.sh
+++ b/src/bin/pg_dump/pg_dumpall.sh
@@ -6,7 +6,7 @@
# and "pg_group" tables, which belong to the whole installation rather
# than any one individual database.
#
-# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_dumpall.sh,v 1.13 2001/09/30 22:17:51 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_dumpall.sh,v 1.14 2002/01/09 04:56:44 momjian Exp $
CMDNAME=`basename $0`
@@ -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
#