commit | 78a9573fc61620d479f6e46230b9ebb6b5b449f2 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Jan 04 21:15:35 2005 +0000 |
committer | rsc <devnull@localhost> | Tue Jan 04 21:15:35 2005 +0000 |
tree | bbbd1f8c3972e44d10850e263178485c09794ca0 | |
parent | 86f09f87cba3e3eeaf4f0be15d463cfbefd64c0a [diff] |
use $USER instead of whoami
diff --git a/bin/psu b/bin/psu index da6d8d4..b337a8c 100755 --- a/bin/psu +++ b/bin/psu
@@ -7,10 +7,9 @@ shift fi -user=`whoami` case $# in 0) - user=`whoami` + user=$USER ;; 1) user=$1