Skip to content

Commit 5ac1098

Browse files
committed
Add quotes around $bindir.
1 parent da1c114 commit 5ac1098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_dump/pg_dumpall.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# and "pg_group" tables, which belong to the whole installation rather
77
# than any one individual database.
88
#
9-
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_dumpall.sh,v 1.13 2001/09/30 22:17:51 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_dumpall.sh,v 1.14 2002/01/09 04:56:44 momjian Exp $
1010

1111
CMDNAME=`basename $0`
1212

@@ -39,7 +39,7 @@ fi
3939
# they might temporarily move the installation tree elsewhere, so we'd
4040
# accidentally invoke the newly installed versions of pg_dump and psql.
4141
if [ x"$PGPATH" = x"" ]; then
42-
PGPATH=$bindir
42+
PGPATH="$bindir"
4343
fi
4444

4545
#

0 commit comments

Comments
 (0)