|
6 | 6 | # and "pg_group" tables, which belong to the whole installation rather |
7 | 7 | # than any one individual database. |
8 | 8 | # |
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 $ |
10 | 10 |
|
11 | 11 | CMDNAME=`basename$0` |
12 | 12 |
|
|
39 | 39 | # they might temporarily move the installation tree elsewhere, so we'd |
40 | 40 | # accidentally invoke the newly installed versions of pg_dump and psql. |
41 | 41 | if [ x"$PGPATH"= x"" ];then |
42 | | - PGPATH=$bindir |
| 42 | + PGPATH="$bindir" |
43 | 43 | fi |
44 | 44 |
|
45 | 45 | # |
|