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

Commit13c7c18

Browse files
committed
Fix unportable test syntax in regression script.
1 parent598b628 commit13c7c18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/test/regress/regress.sh‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/sh
2-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.22 1999/01/17 06:19:58 momjian Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.23 1999/01/23 21:36:00 tgl Exp $
33
#
4-
if [$#-eq 0 ];
4+
if [$#-eq 0 ]
55
then
6-
echo"Syntaxe:$0 <portname>"
6+
echo"Syntax:$0 <portname>"
77
exit 1
88
fi
99

10-
if [$1=="win" ];
10+
if [$1="win" ]
1111
then
1212
HOST="-h localhost"
1313
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp