diff options
author | Peter Eisentraut | 2001-05-24 00:13:13 +0000 |
---|---|---|
committer | Peter Eisentraut | 2001-05-24 00:13:13 +0000 |
commit | 8a987af4a11a3fc3504bd35c06a106b12fd2a228 (patch) | |
tree | 4b8fb7255c39d16f4c970e0363a8ea5c06e27ba8 /src/bin/scripts/createlang.sh | |
parent | 623453a80746d3239e844b37c7bcdf4786507e9d (diff) |
Unset PGLIB so it doesn't slip in from the environment.
Diffstat (limited to 'src/bin/scripts/createlang.sh')
-rw-r--r-- | src/bin/scripts/createlang.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/scripts/createlang.sh b/src/bin/scripts/createlang.sh index fea12169a57..83bf8b31114 100644 --- a/src/bin/scripts/createlang.sh +++ b/src/bin/scripts/createlang.sh @@ -7,7 +7,7 @@ # Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.26 2001/05/23 22:00:43 petere Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.27 2001/05/24 00:13:13 petere Exp $ # #------------------------------------------------------------------------- @@ -19,6 +19,7 @@ dbname= langname= list= showsql= +PGLIB= # Check for echo -n vs echo \c |