summaryrefslogtreecommitdiff
path: root/sutils/MAKEDEV.sh
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-01 21:28:55 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-01 21:28:55 +0000
commit48fe1fad7bd90b7695806eb8ac431b09626fcaea (patch)
tree5d417fdd5c0b7de06ab8537f4698a971f471d19d /sutils/MAKEDEV.sh
parentc18c017b593d94def21cdb2dc41f880cd0cb82af (diff)
Mon Feb 1 16:27:15 1999 Thomas Bushnell, BSG <tb@mit.edu>
* MAKEDEV.sh (PATH): Add /usr/bin out of deference to users lacking the /usr symlink. Requested by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
Diffstat (limited to 'sutils/MAKEDEV.sh')
-rw-r--r--sutils/MAKEDEV.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
index cd9e07b9..3c26f473 100644
--- a/sutils/MAKEDEV.sh
+++ b/sutils/MAKEDEV.sh
@@ -3,7 +3,7 @@
# Make standard devices
#
-PATH=/bin
+PATH=/bin:/usr/bin
ECHO=: # Change to "echo" to echo commands
EXEC="" # Change to ":" to suppress command execution