Changeset 279
- Timestamp:
- 11/22/06 18:39:09 (7 years ago)
- Files:
-
- 2 modified
-
applications/shepherd (modified) (3 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r278 r279 3 3 my $myprogname = 'shepherd'; 4 4 my $progname = 'shepherd'; 5 my $version = '0.3.2 4';5 my $version = '0.3.25'; 6 6 7 7 # tv_grab_au … … 813 813 # Record so we can pass the unmodified args to components later 814 814 @options = @ARGV; # Record so we can pass the unmodified args to components later 815 @options = grep(!/quiet/, @options);816 815 push (@options,"") if ($#options == -1); # silence warnings if none 816 817 # filter what options we don't pass on .. 818 foreach (0..$#options) { 819 splice(@options,$_,2) if ($options[$_] =~ /^--config-file/); # don't pass on --config-file 820 splice(@options,$_,1) if ($options[$_] =~ /^--quiet/); # never be quiet 821 } 817 822 818 823 Getopt::Long::Configure(qw/pass_through/); … … 840 845 )); 841 846 $debug = $opt->{debug}; 842 843 # ignore (and don't pass on) what mythfilldatabase passes to us as a --config-file844 @options = grep(!/^config-file/, @options);845 847 } 846 848 -
status
r278 r279 1 application shepherd 0.3.2 41 application shepherd 0.3.25 2 2 engine dog 0.3.12 3 3 grabber yahoo7widget 1.58-r1
