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 /release/SETUP | |
parent | 4b456be5e2685ad949f19f9487a66b7c8bcc1e7f (diff) |
*** empty log message ***
Diffstat (limited to 'release/SETUP')
-rw-r--r-- | release/SETUP | 2 |
1 files changed, 2 insertions, 0 deletions
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." |