Use absolute path for HP-UX who (there might be a PD who in

/usr/local/bin).
This commit is contained in:
hjp 1996-08-07 17:52:25 +00:00
parent af69652866
commit c358188845
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ then
sed -e 's/.*(\(.*\)).*/\1/'`
else
export REMOTEHOST=`
who -muR |
/bin/who -muR |
tr -s ' ' ' ' |
cut -f 8 | cut -d : -f 1`
fi