Changeset 1753


Ignore:
Timestamp:
2000-12-06T19:10:59+13:00 (23 years ago)
Author:
sjboddie
Message:

Fixed what I hope is the final bug in getting http building to work
on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/build

    r1743 r1753  
    162162
    163163        my $download_cmd = "perl -S gsWget.pl -P \"$importdir\" -np -nv";
    164         $download_cmd .= " -r -N -l inf -R \"*\?*\"";
     164        $download_cmd .= " -r -N -l inf -R \"*\\?*\"";
    165165        $download_cmd .= " -o \"$outfile.download\"" if $use_out;
    166166        $download_cmd .= " \"$download_dir\"";
Note: See TracChangeset for help on using the changeset viewer.