summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-11-05 07:24:48 +0000
committerwosch <wosch@FreeBSD.org>1996-11-05 07:24:48 +0000
commit36dc973b916ac6ed6d3e0983814cc1fbc0a170cf (patch)
tree214149232fba2e2598527b36d626e7021f8f442a /usr.bin
parent5b9a9c84b81e2292ec4e052c7b90cf899acfc6f4 (diff)
downloadFreeBSD-src-36dc973b916ac6ed6d3e0983814cc1fbc0a170cf.zip
FreeBSD-src-36dc973b916ac6ed6d3e0983814cc1fbc0a170cf.tar.gz
add PATH variable
Diffstat (limited to 'usr.bin')
-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