From c38daf1f9867b92a2e6f5a853752536dc3b6ae11 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 9 Nov 2008 11:33:32 +0000 Subject: sandbox.bashrc: use /etc/init.d/functions.sh rather than /sbin/functions.sh Signed-off-by: Mike Frysinger --- data/sandbox.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/sandbox.bashrc') diff --git a/data/sandbox.bashrc b/data/sandbox.bashrc index 4368877..7dcddc9 100644 --- a/data/sandbox.bashrc +++ b/data/sandbox.bashrc @@ -28,7 +28,7 @@ if [[ ${SANDBOX_INTRACTV} == "1" && -t 1 ]] ; then ( [[ ${NOCOLOR} == "true" || ${NOCOLOR} == "yes" || ${NOCOLOR} == "1" ]] && \ export RC_NOCOLOR="yes" - source /sbin/functions.sh + source /etc/init.d/functions.sh echo einfo "Loading sandboxed shell" einfo " Log File: ${SANDBOX_LOG}" -- cgit v1.2.3-65-gdbad