Changeset 282
- Timestamp:
- 11/23/06 01:55:01 (6 years ago)
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r279 r282 3 3 my $myprogname = 'shepherd'; 4 4 my $progname = 'shepherd'; 5 my $version = '0.3.2 5';5 my $version = '0.3.26'; 6 6 7 7 # tv_grab_au … … 817 817 # filter what options we don't pass on .. 818 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 819 next if (!$options[$_]); 820 821 splice(@options,$_,2) if ($options[$_] =~ /^--config-file/); # don't pass on "--config-file (file)" 822 splice(@options,$_,1) if ($options[$_] =~ /^--quiet/); # never be quiet 821 823 } 822 824 -
status
r281 r282 1 application shepherd 0.3.2 51 application shepherd 0.3.26 2 2 engine dog 0.3.12 3 3 grabber yahoo7widget 1.58-r1
