提交 b0f52abe 编写于 作者: P Peter Eisentraut

Fix typo, from Keith Parks

上级 8a3cbc84
#!/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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册