summaryrefslogtreecommitdiffstats
path: root/runcthon
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-07-02 10:07:46 -0400
committerSteve Dickson <steved@redhat.com>2009-07-02 10:07:46 -0400
commit73d28d487913c57829ca855962128b3f0c80f0b9 (patch)
tree9678854c40741efc9d7a81e1fc9deeb4c35a0d18 /runcthon
parent2ca4f2bf5f6e46de61ee3b0bc0986f23d64e5059 (diff)
downloadcthon04-73d28d487913c57829ca855962128b3f0c80f0b9.tar.gz
cthon04-73d28d487913c57829ca855962128b3f0c80f0b9.tar.xz
cthon04-73d28d487913c57829ca855962128b3f0c80f0b9.zip
Changed time stamp
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'runcthon')
-rwxr-xr-xruncthon8
1 files changed, 4 insertions, 4 deletions
diff --git a/runcthon b/runcthon
index 15c4345..59013c0 100755
--- a/runcthon
+++ b/runcthon
@@ -180,8 +180,8 @@ do
fi
echo -n "Waiting for '$i' to finish..."
wait
- echo -n "Done: "
- date
+ echo -n " Done: "
+ date +"%X"
fi
if [ "$onlykrb5" -eq 1 ]; then
@@ -208,8 +208,8 @@ do
fi
echo -n "Waiting for '$i' to finish..."
wait
- echo -n "Done: "
- date
+ echo -n " Done: "
+ date +"%X"
done
fi
done