From c358188845b50e83970199ada71d9a82a30837ba Mon Sep 17 00:00:00 2001 From: hjp Date: Wed, 7 Aug 1996 17:52:25 +0000 Subject: [PATCH] Use absolute path for HP-UX who (there might be a PD who in /usr/local/bin). --- .znewterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.znewterm b/.znewterm index 680dd05..28a9344 100644 --- a/.znewterm +++ b/.znewterm @@ -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