aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.boot5
1 files changed, 2 insertions, 3 deletions
diff --git a/rc.boot b/rc.boot
index ce6f10b..cd90881 100755
--- a/rc.boot
+++ b/rc.boot
@@ -15,9 +15,8 @@ mnt() {
mount "$@" "$mnt"
}
-PATH=/usr/bin:/usr/local/bin
-
-set -f
+# Manually set path
+PATH=$PATH:/usr/bin:/usr/local/bin
welcome