|
1 | 1 | #!/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 $ |
3 | 3 | #
|
4 | 4 | if [$#-eq 0 ]
|
5 | 5 | then
|
@@ -33,7 +33,7 @@ PGDATESTYLE="Postgres,US"; export PGDATESTYLE
|
33 | 33 | #FRONTEND=monitor
|
34 | 34 | FRONTEND="psql$HOST -n -e -q"
|
35 | 35 |
|
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] }'` |
37 | 37 |
|
38 | 38 | echo"=============== Notes... ================="
|
39 | 39 | echo"postmaster must already be running for the regression tests to succeed."
|
|