From 2ca4f2bf5f6e46de61ee3b0bc0986f23d64e5059 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Thu, 2 Jul 2009 10:00:09 -0400 Subject: reworked time stamps Signed-off-by: Steve Dickson --- runcthon | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/runcthon b/runcthon index d997977..15c4345 100755 --- a/runcthon +++ b/runcthon @@ -180,6 +180,8 @@ do fi echo -n "Waiting for '$i' to finish..." wait + echo -n "Done: " + date fi if [ "$onlykrb5" -eq 1 ]; then @@ -206,8 +208,8 @@ do fi echo -n "Waiting for '$i' to finish..." wait + echo -n "Done: " + date done fi done -echo -n "Done: " -date -- cgit