aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/psu3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/psu b/bin/psu
index da6d8d45..b337a8c4 100755
--- a/bin/psu
+++ b/bin/psu
@@ -7,10 +7,9 @@ then
shift
fi
-user=`whoami`
case $# in
0)
- user=`whoami`
+ user=$USER
;;
1)
user=$1