Commit 5ac10980 authored by Bruce Momjian's avatar Bruce Momjian

Add quotes around $bindir.

parent da1c1144
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# and "pg_group" tables, which belong to the whole installation rather # and "pg_group" tables, which belong to the whole installation rather
# than any one individual database. # 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` CMDNAME=`basename $0`
...@@ -39,7 +39,7 @@ fi ...@@ -39,7 +39,7 @@ fi
# they might temporarily move the installation tree elsewhere, so we'd # they might temporarily move the installation tree elsewhere, so we'd
# accidentally invoke the newly installed versions of pg_dump and psql. # accidentally invoke the newly installed versions of pg_dump and psql.
if [ x"$PGPATH" = x"" ]; then if [ x"$PGPATH" = x"" ]; then
PGPATH=$bindir PGPATH="$bindir"
fi fi
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment