Added $PATH to the end of PATH. Otherwise the command 'expr' can't be

found by the shell when running MAKEDEV from the fixit floppy environment.
This commit is contained in:
Andreas Klemm 1996-11-14 14:28:26 +00:00
parent f1a03fb628
commit fda1c610e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19747
2 changed files with 4 additions and 4 deletions

View File

@ -102,10 +102,10 @@
# perfmon CPU performance-monitoring counters
# pci PCI configuration-space access from user mode
#
# $Id: MAKEDEV,v 1.126 1996/10/25 15:01:33 bde Exp $
# $Id: MAKEDEV,v 1.127 1996/11/01 08:49:13 bde Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
umask 77
# Convert integer to partition name

View File

@ -102,10 +102,10 @@
# perfmon CPU performance-monitoring counters
# pci PCI configuration-space access from user mode
#
# $Id: MAKEDEV,v 1.126 1996/10/25 15:01:33 bde Exp $
# $Id: MAKEDEV,v 1.127 1996/11/01 08:49:13 bde Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
umask 77
# Convert integer to partition name