Skip to content
Snippets Groups Projects
Commit b0f52abe authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix typo, from Keith Parks

parent 8a3cbc84
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment