Changeset 38737 for main/trunk


Ignore:
Timestamp:
2024-02-12T23:51:05+13:00 (3 months ago)
Author:
davidb
Message:

updated comment

File:
1 edited

Legend:

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

    r38698 r38737  
    228228
    229229    ($result,$had_error) = run_general_cmd($command,$options);
    230 
     230   
    231231    # store command args so can be compared with subsequent runs of the command
    232232    my $args_filename = "$ofilename.args";
     
    303303
    304304        if (defined $prev_command) {
    305         # if commands are different
     305        # work out if this new 'args commands' is different to prev_command
    306306
    307307        # but first apply the gsdl environment variable substitute, for portability
Note: See TracChangeset for help on using the changeset viewer.