Root should NEVER have . in the path.

This commit is contained in:
Rodney W. Grimes 1994-09-22 08:32:39 +00:00
parent 50db970974
commit 9093632c7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2976

View File

@ -1,6 +1,6 @@
# $Id: dot.profile,v 1.5 1994/06/15 22:58:49 jkh Exp $
# $Id: dot.profile,v 1.6 1994/09/16 04:20:14 rgrimes Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:.
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
echo 'erase ^H, kill ^U, intr ^C'
stty crt erase ^H kill ^U intr ^C
export PATH