Skip to content

Commit

Permalink
Get rid of a few /tools references
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioc committed Dec 31, 2023
1 parent 154cd28 commit db5dc71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion files/SETUP
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Setup critical hurd translators

PATH=/tools/bin:/tools/sbin:/bin:/sbin
PATH=/bin:/sbin:/hurd

# BOOT_DEV="$1"
# if [ ! "$BOOT_DEV" ]; then
Expand Down
2 changes: 1 addition & 1 deletion files/rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PATH=/tools/bin:/tools/sbin:/bin:/sbin
PATH=/bin:/sbin:/hurd

# Set up swap space. This will complain if no default pager is functioning.
swapon -a
Expand Down
2 changes: 1 addition & 1 deletion files/runsystem
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### Where to find programs, etc.
###

PATH=/bin:/sbin:/tools/bin:/tools/sbin
PATH=/bin:/sbin:/hurd
export PATH

umask 022
Expand Down
4 changes: 2 additions & 2 deletions files/runsystem.hurd
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
### Where to find programs, etc.
###

PATH=/tools/bin:/tools/sbin:/bin:/sbin
PATH=/bin:/sbin:/hurd
export PATH

umask 022

# If we lose badly, try to exec each of these in turn.
fallback_shells='/tools/bin/bash /bin/sh /bin/bash /bin/csh /bin/ash /bin/shd'
fallback_shells='/bin/sh /bin/bash /bin/dash /bin/csh /bin/ash /bin/shd'

# Shell used for normal single-user startup.
SHELL=/bin/bash
Expand Down

0 comments on commit db5dc71

Please sign in to comment.