Ignore:
Timestamp:
2010-07-06T10:16:47+12:00 (14 years ago)
Author:
davidb
Message:

Testing for newer version of cached file had the 'sign' incorrect. Was largely working before because the .args file and the generated file had *exactly* the same time-stamp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/convertutil.pm

    r20539 r22350  
    272272        = regenerate_general_cmd($command,$ofilename,$options);
    273273    }
    274     elsif (-M $ofilename > -M $args_filename) {
     274    elsif (-M $ofilename < -M $args_filename) {
    275275    # Source files has been updated/changed in some way
    276276    # => regenerate
Note: See TracChangeset for help on using the changeset viewer.