Commit 2094283b authored by Martin Pool's avatar Martin Pool

On Solaris, put /usr/ucb/bin at the end of the path to help find

utilities we might need.  (Like 'whoami' in this case.)
parent 4c631ac6
......@@ -24,6 +24,9 @@ TO=${TMP}/to
LOG=${TMP}/log
RSYNC="$rsync_bin"
# Berkley's nice.
PATH="$PATH:/usr/ucb/bin"
runtest() {
echo $ECHO_N "Test $1: $ECHO_C"
if eval "$2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment