Changeset 1787


Ignore:
Timestamp:
2000-12-13T11:31:46+13:00 (23 years ago)
Author:
jrm21
Message:

"allow_extra_options" missing, to get inherited options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/SRCPlug.pm

    r1740 r1787  
    6262
    6363    if (!parsargv::parse(\@_,
    64              q^remove_prefix/(\S+)/^, \$self->{'remove_prefix'})) {
     64             q^remove_prefix/(\S+)/^, \$self->{'remove_prefix'},
     65             "allow_extra_options"
     66             )
     67    ) {
    6568        print STDERR "\nIncorrect options passed to SRCPlug, ";
    6669        print STDERR "check your collect.cfg configuration file\n";
Note: See TracChangeset for help on using the changeset viewer.