8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a746653 commit 2bbf341Copy full SHA for 2bbf341
src/test/regress/run_check.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
#
3
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.22 2000/07/09 13:14:19 petere Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.23 2000/07/09 13:19:24 petere Exp $
4
5
# ----------
6
# Check call syntax
@@ -43,7 +43,7 @@ export PGPORT
43
# otherwise feel free to cover your platform here as well.
44
if [ "$LD_LIBRARY_PATH" ]; then
45
old_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
46
- LD_LIBRARY_PATH="$LIBDIR:$LD_LIBARY_PATH"
+ LD_LIBRARY_PATH="$LIBDIR:$old_LD_LIBARY_PATH"
47
else
48
LD_LIBRARY_PATH="$LIBDIR"
49
fi
0 commit comments