formatting

This commit is contained in:
George Danchev 2011-06-26 20:57:22 +00:00
parent 3565aa36fd
commit 44f6e831dc
1 changed files with 3 additions and 3 deletions

View File

@ -38,11 +38,11 @@ for s in `ls | grep ^releng_ | grep -v ${SELF} | sort`; do
done
DEND=`date --utc`
printf "\n$0: Finished at ${DEND}"
printf "\n$0: Finished at ${DEND}. "
E2=`date '+%s'`
let ES="${E2}-${E1}"
printf "\n$0: Total time elapsed ${ES} sec."
printf "\n$0: *** Inspect ${CLOG1} and ${CLOG2} ***\n\n"
printf "(total time elapsed ${ES} sec)."
printf "\n$0: Results saved in ${CLOG1} and ${CLOG2}.\n\n"
exit 0
}