aboutsummaryrefslogtreecommitdiff
path: root/bin/awd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/awd')
-rwxr-xr-xbin/awd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/awd b/bin/awd
index d45666ba..584b1051 100755
--- a/bin/awd
+++ b/bin/awd
@@ -14,7 +14,7 @@ case $# in
sys=$1
;;
0)
- sys=`hostname`
+ sys=`hostname -s`
;;
*)
usage