From 952067e85408508c41bccefc4b582e09eeec3391 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Mon, 30 Sep 2013 20:46:50 -0700 Subject: [PATCH] Remove the temporary file before exiting mlog --- scripts/mlog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/mlog b/scripts/mlog index b1c0a83..b9e3444 100755 --- a/scripts/mlog +++ b/scripts/mlog @@ -48,3 +48,5 @@ cat $MLOG_FILE >> $MLOG_LOG echo -en "\n----------------------------------------" >> $MLOG_LOG echo -e "----------------------------------------\n" >> $MLOG_LOG +rm -f $MLOG_FILE +