Commit 6cb0fff3 authored by Bruce Momjian's avatar Bruce Momjian

cleanup

parent dcec5ae2
......@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $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 $
#
#-------------------------------------------------------------------------
......@@ -105,9 +105,9 @@ do
*)
if [ "$list" != "t" ]
then langname="$1"
if [ "$2" ]
if [ "$2" ]
then
shift
shift
dbname="$1"
fi
else dbname="$1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment