Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ec490f5

Browse files
committed
Change shell syntax that seems not to work right on FreeBSD 6-CURRENT
buildfarm machines.
1 parent d38d063 commit ec490f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/pg_regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.55 2005/05/17 18:26:23 tgl Exp $
2+
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.56 2005/06/20 02:26:50 tgl Exp $
33

44
me=`basename $0`
55
: ${TMPDIR=/tmp}
@@ -431,7 +431,7 @@ then
431431
if [ "$unix_sockets" = no ]; then
432432
postmaster_options="$postmaster_options -c listen_addresses=$hostname"
433433
else
434-
postmaster_options="$postmaster_options -c listen_addresses=''"
434+
postmaster_options="$postmaster_options -c listen_addresses="
435435
fi
436436
"$bindir/postmaster" -D "$PGDATA" -F $postmaster_options >"$LOGDIR/postmaster.log" 2>&1 &
437437
postmaster_pid=$!

0 commit comments

Comments
 (0)