summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-27 16:59:33 +0000
committerRoy Marples <roy@marples.name>2008-03-27 16:59:33 +0000
commitc564043f86d50e20b8787272932cb12ddd93a915 (patch)
treeeb56ef5bb917e1efdc7817590f4952c2876e0013 /sh
parentb3d1182a2f233d49e07de35eeab9506fa5892c05 (diff)
downloadopenrc-c564043f86d50e20b8787272932cb12ddd93a915.tar.gz
openrc-c564043f86d50e20b8787272932cb12ddd93a915.tar.bz2
openrc-c564043f86d50e20b8787272932cb12ddd93a915.tar.xz
No need for the extra rc.
Diffstat (limited to 'sh')
-rw-r--r--sh/rc-functions.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in
index f449783..206d6c0 100644
--- a/sh/rc-functions.sh.in
+++ b/sh/rc-functions.sh.in
@@ -75,6 +75,6 @@ get_bootparam()
# Add our sbin to $PATH
case "${PATH}" in
- "${RC_LIBDIR}"/rc/sbin|"${RC_LIBDIR}"/rc/sbin:*);;
- *) export PATH="${RC_LIBDIR}/rc/sbin:${PATH}";;
+ "${RC_LIBDIR}"/sbin|"${RC_LIBDIR}"/sbin:*);;
+ *) export PATH="${RC_LIBDIR}/sbin:${PATH}";;
esac