Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a0b77a

Browse files
committed
Please apply the following patch for regress.sh to do something useful
with"SYSTEM", Patrick Welche
1 parent122abf3 commit5a0b77a

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)

[8]ページ先頭

©2009-2025 Movatter.jp