Skip to content
Snippets Groups Projects
Commit e7be9d33 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Unset PGHOST

parent 6108a7ed
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# #
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.17 2000/05/18 15:58:43 momjian Exp $ # $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.18 2000/05/18 16:11:39 momjian Exp $
# ---------- # ----------
# Check call syntax # Check call syntax
...@@ -68,6 +68,8 @@ else ...@@ -68,6 +68,8 @@ else
USETCPIP="" USETCPIP=""
fi fi
unset PGHOST
# ---------- # ----------
# Determine if echo -n works # Determine if echo -n works
# ---------- # ----------
......
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