This commit is contained in:
Bruce Momjian 2000-05-15 16:16:23 +00:00
parent 52831da26c
commit dcec5ae2cd
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.9 2000/05/15 16:12:39 momjian Exp $ # $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.10 2000/05/15 16:16:23 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -103,14 +103,14 @@ do
exit 1 exit 1
;; ;;
*) *)
if [ "$list" = 't' ] if [ "$list" != "t" ]
then dbname="$1" then langname="$1"
else langname="$1"
if [ "$2" ] if [ "$2" ]
then then
shift shift
dbname="$1" dbname="$1"
fi fi
else dbname="$1"
fi fi
;; ;;
esac esac