From: John Darrington Date: Tue, 15 Apr 2008 09:42:54 +0000 (+0000) Subject: Fixed problem with postgres 8.0.x X-Git-Tag: v0.6.0~35 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7154ba03964f5edfc321b7625a3ed3524d54a38c;p=pspp-builds.git Fixed problem with postgres 8.0.x --- diff --git a/tests/command/get-data-psql.sh b/tests/command/get-data-psql.sh index 7735c36b..e47b5af7 100755 --- a/tests/command/get-data-psql.sh +++ b/tests/command/get-data-psql.sh @@ -22,7 +22,7 @@ export LANG port=6543 dbase=pspptest PG_CONFIG=${PG_CONFIG:=pg_config} -pgpath=`$PG_CONFIG | awk '/BINDIR/{print $3}'` +pgpath=`$PG_CONFIG --bindir` cleanup() {