Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ac1098

Browse files
committed
Add quotes around $bindir.
1 parentda1c114 commit5ac1098

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)

[8]ページ先頭

©2009-2025 Movatter.jp