Skip to content
Snippets Groups Projects
Commit dcec5ae2 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

cleanup

parent 52831da2
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
#
#
# 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
;;
*)
if [ "$list" = 't' ]
then dbname="$1"
else langname="$1"
if [ "$list" != "t" ]
then langname="$1"
if [ "$2" ]
then
shift
dbname="$1"
fi
else dbname="$1"
fi
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment