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 8a3cbc8 commit b0f52abCopy full SHA for b0f52ab
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.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 $
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:$old_LD_LIBARY_PATH"
+ LD_LIBRARY_PATH="$LIBDIR:$old_LD_LIBRARY_PATH"
47
else
48
LD_LIBRARY_PATH="$LIBDIR"
49
fi
0 commit comments