From c564043f86d50e20b8787272932cb12ddd93a915 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 27 Mar 2008 16:59:33 +0000 Subject: No need for the extra rc. --- sh/rc-functions.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh') 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 -- cgit v1.2.3