We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcec5ae commit 6cb0fffCopy full SHA for 6cb0fff
src/bin/scripts/createlang.sh
@@ -8,7 +8,7 @@
8
#
9
10
# IDENTIFICATION
11
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.10 2000/05/15 16:16:23 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.11 2000/05/15 16:20:45 momjian Exp $
12
13
#-------------------------------------------------------------------------
14
@@ -105,9 +105,9 @@ do
105
*)
106
if [ "$list" != "t" ]
107
then langname="$1"
108
- if [ "$2" ]
+ if [ "$2" ]
109
then
110
- shift
+ shift
111
dbname="$1"
112
fi
113
else dbname="$1"
0 commit comments