aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkdep
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-08-17 11:43:25 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-08-17 11:43:25 +0000
commit47b524d13a440a814c354b66a620006853a1824a (patch)
tree7fd3ae939f9e5da2ed165228c69399c36ac749ef /usr.bin/mkdep
parent163074e1ca759aece79c27751314b103d764dd3e (diff)
downloadsrc-47b524d13a440a814c354b66a620006853a1824a.tar.gz
src-47b524d13a440a814c354b66a620006853a1824a.zip
Remove the PATH setting.
Notes
Notes: svn path=/head/; revision=38396
Diffstat (limited to 'usr.bin/mkdep')
-rw-r--r--usr.bin/mkdep/mkdep.gcc.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh
index 8ad51d0e31d9..1b0ffab677d8 100644
--- a/usr.bin/mkdep/mkdep.gcc.sh
+++ b/usr.bin/mkdep/mkdep.gcc.sh
@@ -32,9 +32,7 @@
# SUCH DAMAGE.
#
# @(#)mkdep.gcc.sh 8.1 (Berkeley) 6/6/93
-# $Id$
-
-PATH=/bin:/usr/bin; export PATH
+# $Id: mkdep.gcc.sh,v 1.12 1997/02/22 19:56:10 peter Exp $
D=.depend # default dependency file is .depend
append=0