Fixed merge issue with TIMESTAMP string printing twice.

Fixed merge issue with TIMESTAMP string printing twice.
This commit is contained in:
ptools
2004-06-17 08:29:19 +00:00
parent 562962e6b1
commit ab2a0df1e3
-1
View File
@@ -230,7 +230,6 @@ do
start=`_wallclock`
$timestamp && echo -n " ["`date "+%T"`"]"
sh $seq >$tmp.rawout 2>&1
$timestamp && echo -n " ["`date "+%T"`"]"
[ ! -x $seq ] && chmod u+x $seq # ensure we can run it
./$seq >$tmp.rawout 2>&1
sts=$?