Add /usr/xpg4/bin/ to PATH to help solaris.

This commit is contained in:
Martin Pool
2002-03-22 05:52:09 +00:00
parent dec41b556b
commit 017f22b47f

View File

@@ -125,6 +125,9 @@ set -e
RUNSHFLAGS='-e'
# for Solaris
PATH="/usr/xpg4/bin/:$PATH"
if [ -n "$loglevel" ] && [ "$loglevel" -gt 8 ]
then
if set -x