add PATH variable

This commit is contained in:
Wolfram Schneider 1996-11-05 07:24:48 +00:00
parent e1084c6d66
commit a05487cad5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19420

View File

@ -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