From 1f572a5c70e5a7552b37f88d555dd03003929647 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 16 May 2020 04:21:31 +0300 Subject: rc.boot: get pre-existing PATH --- rc.boot | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rc.boot') 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 -- cgit v1.2.3