Changeset 31941 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Jul 27, 2011, 3:47:51 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r31435 r31941 40 40 my ($skycell_id, $diff_skyfile_id); 41 41 my ($use_convolved); 42 my $zaplog = 0; 43 42 44 GetOptions( 43 45 'diff_id=s' => \$diff_id, # Diff identifier … … 55 57 'no-op' => \$no_op, # Don't do any operations? 56 58 'redirect-output' => \$redirect, 59 'zaplog' => \$zaplog, # delete any previous log file 57 60 ) or pod2usage( 2 ); 58 61 … … 82 85 $logDest .= '.update'; 83 86 # ... well we can just do the dirty work here 87 $ipprc->kill_file($logDest); 88 } elsif ($zaplog) { 84 89 $ipprc->kill_file($logDest); 85 90 }
Note:
See TracChangeset
for help on using the changeset viewer.
