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

Commit8ad4f99

Browse files
committed
Fix the case of -o given
1 parent8231a7a commit8ad4f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_ctl/pg_ctl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.2 1999/12/06 08:35:34 ishii Exp $
11+
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.3 1999/12/06 08:49:00 ishii Exp $
1212
#
1313
#-------------------------------------------------------------------------
1414
CMDNAME=`basename$0`
@@ -165,7 +165,7 @@ if [ $op = "start" -o $op = "restart" ];then
165165
eval`cat$POSTOPTSFILE`&
166166
fi
167167
else
168-
$po_path$POSTOPTS&
168+
eval"$po_path$POSTOPTS"&
169169
fi
170170

171171
if [-f$PIDFILE ];then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp