aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-05 14:54:57 +0300
committerCem Keylan <cem@ckyln.com>2020-05-05 14:54:57 +0300
commit0a26140bdcb5e6aa19c56237335f06ea8b1989b4 (patch)
treed1f302904c7f8751953a9fb84374ccfde03a33f6
parentb713da6222463f476fc3722c6b316aa28fb5c0bd (diff)
downloadinit-0a26140bdcb5e6aa19c56237335f06ea8b1989b4.tar.gz
rc.boot: use /usr/local/bin
-rwxr-xr-xrc.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.boot b/rc.boot
index ce0841d..66a90d8 100755
--- a/rc.boot
+++ b/rc.boot
@@ -6,7 +6,7 @@
-PATH=/usr/bin:/usr/sbin
+PATH=/usr/bin:/usr/local/bin
# shellcheck disable=2034
old_ifs=$IFS