summaryrefslogtreecommitdiffstats
path: root/usr.bin/id/whoami.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/id/whoami.sh')
-rw-r--r--usr.bin/id/whoami.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/id/whoami.sh b/usr.bin/id/whoami.sh
index a5b9887..1c24bcc 100644
--- a/usr.bin/id/whoami.sh
+++ b/usr.bin/id/whoami.sh
@@ -1,5 +1,4 @@
#!/bin/sh -
-exec id -un
#
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
@@ -33,5 +32,8 @@ exec id -un
# SUCH DAMAGE.
#
# @(#)whoami.sh 8.1 (Berkeley) 6/6/93
-#
+# $Id$
+PATH=/bin:/usr/bin; export PATH
+
+exec id -un
OpenPOWER on IntegriCloud