1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Change shell syntax that seems not to work right on FreeBSD 6-CURRENT

buildfarm machines.
This commit is contained in:
Tom Lane
2005-06-20 02:26:50 +00:00
parent d38d06374d
commit ec490f5159

View File

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.55 2005/05/17 18:26:23 tgl Exp $ # $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.56 2005/06/20 02:26:50 tgl Exp $
me=`basename $0` me=`basename $0`
: ${TMPDIR=/tmp} : ${TMPDIR=/tmp}
@ -431,7 +431,7 @@ then
if [ "$unix_sockets" = no ]; then if [ "$unix_sockets" = no ]; then
postmaster_options="$postmaster_options -c listen_addresses=$hostname" postmaster_options="$postmaster_options -c listen_addresses=$hostname"
else else
postmaster_options="$postmaster_options -c listen_addresses=''" postmaster_options="$postmaster_options -c listen_addresses="
fi fi
"$bindir/postmaster" -D "$PGDATA" -F $postmaster_options >"$LOGDIR/postmaster.log" 2>&1 & "$bindir/postmaster" -D "$PGDATA" -F $postmaster_options >"$LOGDIR/postmaster.log" 2>&1 &
postmaster_pid=$! postmaster_pid=$!