Changeset 32487 for trunk/ippScripts/scripts
- Timestamp:
- Oct 5, 2011, 11:49:09 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r32477 r32487 369 369 $burntoolTable_uri =~ s/fits$/burn.tbl/; 370 370 $burntoolTable_uriReal = $ipprc->file_resolve( $burntoolTable_uri ); 371 if ( !$burntoolTable_uriReal) {371 if ((!$burntoolTable_uriReal)||(!($ipprc->file_exists($burntoolTable_uri)))) { 372 372 my $repair_cmd = "$nebrepair $burntoolTable_uri"; 373 373 my ($repair_success, $repair_error_code, $repair_full_buf, $repair_stdout_buf, $repair_stderr_buf ) = run(command => $repair_cmd, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
