projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e3859f
)
Add quotes around $bindir.
author
Bruce Momjian
<
[email protected]
>
Wed, 9 Jan 2002 04:56:44 +0000
(
04:56
+0000)
committer
Bruce Momjian
<
[email protected]
>
Wed, 9 Jan 2002 04:56:44 +0000
(
04:56
+0000)
src/bin/pg_dump/pg_dumpall.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dumpall.sh
b/src/bin/pg_dump/pg_dumpall.sh
index d5e875e308bfc4a8ff39abaa12a72a260dc6d0b8..f836e072c53a2078da6e9d35ec090e24f83223e6 100644
(file)
--- a/
src/bin/pg_dump/pg_dumpall.sh
+++ b/
src/bin/pg_dump/pg_dumpall.sh
@@
-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
#