Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a0b77a

Browse files
committed
Please apply the following patch for regress.sh to do something useful
with "SYSTEM", Patrick Welche
1 parent 122abf3 commit 5a0b77a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.26 1999/04/25 23:30:31 tgl Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.27 1999/05/07 02:31:43 momjian Exp $
33
#
44
if [ $# -eq 0 ]
55
then
@@ -33,7 +33,7 @@ PGDATESTYLE="Postgres,US"; export PGDATESTYLE
3333
#FRONTEND=monitor
3434
FRONTEND="psql $HOST -n -e -q"
3535

36-
SYSTEM=`../../config.guess awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }'`
36+
SYSTEM=`../../config.guess | awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }'`
3737

3838
echo "=============== Notes... ================="
3939
echo "postmaster must already be running for the regression tests to succeed."

0 commit comments

Comments
 (0)