This commit is contained in:
Roy Marples 2008-11-04 11:28:24 +00:00
parent 5fc6f21169
commit 45044c9239
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ start()
[ -e "${RC_SVCDIR}/${x}" ] && save="${save} ${RC_SVCDIR}/${x}"
done
if [ -n "${save}" ]; then
cp -p ${save} "${RC_LIBDIR}"/cache 2>/devnull
cp -p ${save} "${RC_LIBDIR}"/cache 2>/dev/null
fi
eend $?
}