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

Commit dcec5ae

Browse files
committed
cleanup
1 parent 52831da commit dcec5ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/bin/scripts/createlang.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.9 2000/05/15 16:12:39 momjian Exp $
11+
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.10 2000/05/15 16:16:23 momjian Exp $
1212
#
1313
#-------------------------------------------------------------------------
1414

@@ -103,14 +103,14 @@ do
103103
exit 1
104104
;;
105105
*)
106-
if [ "$list" = 't' ]
107-
then dbname="$1"
108-
else langname="$1"
106+
if [ "$list" != "t" ]
107+
then langname="$1"
109108
if [ "$2" ]
110109
then
111110
shift
112111
dbname="$1"
113112
fi
113+
else dbname="$1"
114114
fi
115115
;;
116116
esac

0 commit comments

Comments
 (0)