pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/tests/command get-data-psql.sh


From: John Darrington
Subject: [Pspp-cvs] pspp/tests/command get-data-psql.sh
Date: Tue, 15 Apr 2008 09:42:54 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   08/04/15 09:42:54

Modified files:
        tests/command  : get-data-psql.sh 

Log message:
        Fixed problem with postgres 8.0.x

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/command/get-data-psql.sh?cvsroot=pspp&r1=1.5&r2=1.6

Patches:
Index: get-data-psql.sh
===================================================================
RCS file: /sources/pspp/pspp/tests/command/get-data-psql.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- get-data-psql.sh    11 Mar 2008 08:37:39 -0000      1.5
+++ get-data-psql.sh    15 Apr 2008 09:42:54 -0000      1.6
@@ -22,7 +22,7 @@
 port=6543
 dbase=pspptest
 PG_CONFIG=${PG_CONFIG:=pg_config}
-pgpath=`$PG_CONFIG | awk '/BINDIR/{print $3}'`
+pgpath=`$PG_CONFIG --bindir`
 
 cleanup()
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]