projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcec5ae
)
cleanup
author
Bruce Momjian
<bruce@momjian.us>
Mon, 15 May 2000 16:20:45 +0000
(16:20 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 15 May 2000 16:20:45 +0000
(16:20 +0000)
src/bin/scripts/createlang.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/scripts/createlang.sh
b/src/bin/scripts/createlang.sh
index 24f8763e450d4e60ebe0f1bd4da8f89421afb632..11d439f435feb3fd97ac2dc8048a38d78c0f7902 100644
(file)
--- a/
src/bin/scripts/createlang.sh
+++ b/
src/bin/scripts/createlang.sh
@@
-8,7
+8,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.1
0 2000/05/15 16:16:23
momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.1
1 2000/05/15 16:20:45
momjian Exp $
#
#-------------------------------------------------------------------------
@@
-105,9
+105,9
@@
do
*)
if [ "$list" != "t" ]
then langname="$1"
-
if [ "$2" ]
+ if [ "$2" ]
then
-
shift
+ shift
dbname="$1"
fi
else dbname="$1"