From: Martin Pool Date: Fri, 22 Mar 2002 05:52:09 +0000 (+0000) Subject: Add /usr/xpg4/bin/ to PATH to help solaris. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/017f22b47fbb09f3efd5f3c87ce97f54030f4ed3 Add /usr/xpg4/bin/ to PATH to help solaris. --- diff --git a/runtests.sh b/runtests.sh index 397e1a01..9f324486 100755 --- a/runtests.sh +++ b/runtests.sh @@ -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