diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-16 14:50:27 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-16 14:50:27 +0000 |
commit | 0b42682708534ca2e691afbdb252d955f43441f3 (patch) | |
tree | 35f90726c849619a8456fdd6e78a81c2efc4cafb | |
parent | 4b456be5e2685ad949f19f9487a66b7c8bcc1e7f (diff) |
*** empty log message ***
-rw-r--r-- | release/ChangeLog | 4 | ||||
-rw-r--r-- | release/SETUP | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/release/ChangeLog b/release/ChangeLog index e56f0de3..2c1b5d72 100644 --- a/release/ChangeLog +++ b/release/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 16 10:50:01 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * SETUP: Set `PATH'. + Wed Aug 14 16:23:11 1996 Miles Bader <miles@gnu.ai.mit.edu> * tool-Makefile (INSTALL, IMAGE): New variables. diff --git a/release/SETUP b/release/SETUP index 56da063e..319a948b 100644 --- a/release/SETUP +++ b/release/SETUP @@ -1,6 +1,8 @@ #!/bin/bash # Setup critical hurd translators +PATH=/bin:/sbin + BOOT_DEV="$1" if [ ! "$BOOT_DEV" ]; then echo "No device to install a boot loader was specified." |