diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-09 11:33:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-09 11:33:32 +0000 |
commit | c38daf1f9867b92a2e6f5a853752536dc3b6ae11 (patch) | |
tree | 3e4a623b118cd9bad6856a6713b46261a906aa92 /data | |
parent | bump ver to 1.3.x and build lzma tarballs (diff) | |
download | sandbox-c38daf1f9867b92a2e6f5a853752536dc3b6ae11.tar.gz sandbox-c38daf1f9867b92a2e6f5a853752536dc3b6ae11.tar.bz2 sandbox-c38daf1f9867b92a2e6f5a853752536dc3b6ae11.zip |
sandbox.bashrc: use /etc/init.d/functions.sh rather than /sbin/functions.sh
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r-- | data/sandbox.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |