Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8111066

Browse files
committed
Oops. I'll fix this.
Here are patches for bin/createdb/createdb.sh. -- Tatsuo Ishii t-ishii@sra.co.jp
1 parent f71d0cf commit 8111066

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)