Ignore:
Timestamp:
2017-02-09T18:36:30+13:00 (7 years ago)
Author:
ak19
Message:

Related to previous commit, rev 31396: The change that was made to full-rebuild.pl now repeated for incremental-rebuild.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/incremental-rebuild.pl

    r30512 r31397  
    105105        push(@buildcol_argv,$buildcol_arg,$buildcol_val);
    106106    }
     107    elsif ($arg =~ "-OIDtype") {
     108        shift @argv; # skip OIDtype (don't pass OIDtype to buildcol.pl. It's not currently accepted.)
     109            # this allows us to run full-rebuild.pl -OIDtype filename for instance
     110    }
    107111    else {
    108112        push(@import_argv,$arg);
Note: See TracChangeset for help on using the changeset viewer.