Changeset 32131


Ignore:
Timestamp:
2018-02-13T11:21:47+13:00 (6 years ago)
Author:
kjdon
Message:

don't want the initial , if trying to match 41 times. this is a syntax error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm

    r31690 r32131  
    197197   
    198198    # check to see we haven't got a cyclic path...
    199     if ($dirname =~ m%(/.*){,41}%) {
     199    if ($dirname =~ m%(/.*){41}%) {
    200200    print $outhandle "DirectoryPlugin: $dirname is 40 directories deep, is this a recursive path? if not increase constant in DirectoryPlugin.pm.\n";
    201201    return 0;
Note: See TracChangeset for help on using the changeset viewer.