Show
Ignore:
Timestamp:
11/06/06 18:31:43 (7 years ago)
Author:
max
Message:

Why do I always forget to remove debugging statements?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • postprocessors/flag_aus_hdtv

    r187 r188  
    5959 
    6060&parse_command_line; 
    61 &show_version if ($opt->{version}); 
     61&exit 0 if ($opt->{version}); 
    6262&show_help if ($opt->{help}); 
    6363die "'--channels_file {file}' must be specified. see --help for details.\n" if (!$opt->{channels_file}); 
     
    163163} 
    164164 
    165 sub show_version 
    166 { 
    167         print "$progname $version\n"; 
    168         exit 0; 
    169 } 
    170165###################################################################################################### 
    171166