From 7154ba03964f5edfc321b7625a3ed3524d54a38c Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 15 Apr 2008 09:42:54 +0000 Subject: [PATCH] Fixed problem with postgres 8.0.x --- tests/command/get-data-psql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.30.2