Changeset 23008 for src

Show
Ignore:
Timestamp:
11/14/08 13:44:59 (8 weeks ago)
Author:
azawawi
Message:

[STD_syntax_highlight] correct cron script message

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/cron_spec_highlight

    r23006 r23008  
    2929die "Could not make STD.pm\n" if $status != 0; 
    3030 
    31 say "\n-- Running t/spec syntax highlighter"; 
     31say "\n-- Running syntax highlighter"; 
    3232$status = system("./spec_highlight"); 
    3333#die "Could not run spec_highlight\n" if $status != 0;