Changeset 27664


Ignore:
Timestamp:
2013-06-19T20:45:06+12:00 (11 years ago)
Author:
kjdon
Message:

Fixed an issue with building on Windows where a regex in an eval failed because the windows file separator wasn't escaped for the regex.

File:
1 edited

Legend:

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

    r27375 r27664  
    150150
    151151    # do these first so they can be overriden by user supplied options
     152    (my $build_dir_re = $build_dir) =~ s@\\@\\\\@g;
    152153    push @newoptions, "-builddir", "$build_dir" if ($build_dir);
    153154    push @newoptions, "-outhandle", "$outhandle" if ($outhandle);
Note: See TracChangeset for help on using the changeset viewer.