From 44f6e831dc9a25022669b46744fdcfa1d739752f Mon Sep 17 00:00:00 2001 From: George Danchev Date: Sun, 26 Jun 2011 20:57:22 +0000 Subject: [PATCH] formatting --- releng/run_all | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releng/run_all b/releng/run_all index 4b209aad..b5a82fbb 100755 --- a/releng/run_all +++ b/releng/run_all @@ -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 }