Changeset 27665


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

Needed to add a second change to the previous commit

File:
1 edited

Legend:

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

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