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

Commit8111066

Browse files
committed
Oops. I'll fix this.
Here are patches for bin/createdb/createdb.sh.--Tatsuo Ishiit-ishii@sra.co.jp
1 parentf71d0cf commit8111066

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/bin/createdb/createdb.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
#
1313
# IDENTIFICATION
14-
# $Header: /cvsroot/pgsql/src/bin/createdb/Attic/createdb.sh,v 1.10 1998/07/26 04:31:13 scrappy Exp $
14+
# $Header: /cvsroot/pgsql/src/bin/createdb/Attic/createdb.sh,v 1.11 1998/09/03 02:12:14 momjian Exp $
1515
#
1616
#-------------------------------------------------------------------------
1717

@@ -67,9 +67,10 @@ done
6767
if ["$usage" ];then
6868
if [-z"$MBENABLED" ];then
6969
echo"Usage:$CMDNAME -a <authtype> -h <server> -p <portnumber> -D <location> [dbname]"
70+
exit 1
7071
else
7172
echo"Usage:$CMDNAME -a <authtype> -h <server> -p <portnumber> -D <location> -E <encoding> [dbname]"
72-
exit 1
73+
exit 1
7374
fi
7475
fi
7576

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp