IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2012, 5:08:07 PM (14 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/tools/repair_bad_instance

    r33197 r33949  
    123123        return 0;
    124124    }
     125    if (! ($nextend =~ /\d+/)) {
     126        print "failed to find NEXTEND for $file. command returned $nextend\n";
     127        return 0;
     128    }
    125129    print "\t$file: $nextend extensions\n";
     130
    126131
    127132    $command = 'fhead -x ' . ($nextend - 1) . " $file | grep EXTNAME | awk '{print \$3}'";
Note: See TracChangeset for help on using the changeset viewer.