Skip to content

Commit

Permalink
Yet another pretty print change to "check" script with timestamps ena…
Browse files Browse the repository at this point in the history
…bled.
  • Loading branch information
natoscott committed Nov 22, 2002
1 parent 71e6599 commit b53d1fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion check
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b53d1fb

Please sign in to comment.