Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1c114 commit 5ac1098Copy full SHA for 5ac1098
src/bin/pg_dump/pg_dumpall.sh
@@ -6,7 +6,7 @@
6
# and "pg_group" tables, which belong to the whole installation rather
7
# than any one individual database.
8
#
9
-# $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 $
10
11
CMDNAME=`basename $0`
12
@@ -39,7 +39,7 @@ fi
39
# they might temporarily move the installation tree elsewhere, so we'd
40
# accidentally invoke the newly installed versions of pg_dump and psql.
41
if [ x"$PGPATH" = x"" ]; then
42
- PGPATH=$bindir
+ PGPATH="$bindir"
43
fi
44
45
0 commit comments