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

Commit0bd8444

Browse files
committed
Fix quoting bug
1 parent61234c1 commit0bd8444

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/regress/pg_regress.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.1 2000/09/29 17:17:37 petere Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.2 2000/10/01 22:23:14 petere Exp $
33

44
me=`basename$0`
55
:${TMPDIR=/tmp}
@@ -312,8 +312,8 @@ then
312312
# ----------
313313

314314
message"starting postmaster"
315-
["$debug"= yes ]&& postmaster_options='$postmaster_options -d 5'
316-
["$unix_sockets"= no ]&& postmaster_options='$postmaster_options -i'
315+
["$debug"= yes ]&& postmaster_options="$postmaster_options -d 5"
316+
["$unix_sockets"= no ]&& postmaster_options="$postmaster_options -i"
317317
"$bindir/postmaster" -D"$PGDATA" -p"$PGPORT" -F$postmaster_options>"$LOGDIR/postmaster.log"2>&1&
318318
postmaster_pid=$!
319319

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp