Yet another pretty print change to "check" script with timestamps enabled.

This commit is contained in:
Nathan Scott
2002-11-22 08:41:38 +00:00
parent 71e659966e
commit b53d1fb40e
+2 -1
View File
@@ -237,7 +237,8 @@ do
if [ -f $seq.notrun ]
then
echo -n " [not run] "
$timestamp || echo -n " [not run] "
$timestamp && echo " [not run]" && echo -n " $seq -- "
cat $seq.notrun
notrun="$notrun $seq"
else