more unified output for the term and log

This commit is contained in:
George Danchev 2011-07-10 06:51:34 +00:00
parent cca8143fb7
commit d6ddf8924c
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ fi
if [ "${CLEANUP_LOG}" -eq 1 ]; then
if [ -f "${CLOG}" ]; then
rm -f "${CLOG}"
echo -e "\n${SELF}: Removed my own log ${CLOG}." | tee -a ${CLOG}
echo -ne "\n${SELF}: Removed my own log ${CLOG}." | tee -a ${CLOG}
fi
if [ -f "${CLOG}".prev ]; then
rm -f "${CLOG}".prev