mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Fix typo, from Keith Parks
This commit is contained in:
parent
8a3cbc84ef
commit
b0f52abe36
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.23 2000/07/09 13:19:24 petere Exp $
|
||||
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.24 2000/07/13 16:08:01 petere Exp $
|
||||
|
||||
# ----------
|
||||
# Check call syntax
|
||||
@ -43,7 +43,7 @@ export PGPORT
|
||||
# otherwise feel free to cover your platform here as well.
|
||||
if [ "$LD_LIBRARY_PATH" ]; then
|
||||
old_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
|
||||
LD_LIBRARY_PATH="$LIBDIR:$old_LD_LIBARY_PATH"
|
||||
LD_LIBRARY_PATH="$LIBDIR:$old_LD_LIBRARY_PATH"
|
||||
else
|
||||
LD_LIBRARY_PATH="$LIBDIR"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user