Changeset 9699


Ignore:
Timestamp:
2005-04-18T12:29:31+12:00 (19 years ago)
Author:
mdewsnip
Message:

Added quotes around -O argument to wget, so it works on Windows with spaces in the filename.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/importfrom.pl

    r9570 r9699  
    144144    my $full_id_fname = &util::filename_cat($srcdocs_dir,$id_fname);
    145145
    146     my $wget_cmd = "wget $wgetopt -q -O $full_id_fname \"$doc_url\"";
     146    my $wget_cmd = "wget $wgetopt -q -O \"$full_id_fname\" \"$doc_url\"";
    147147
    148148    (system($wget_cmd)==0)
Note: See TracChangeset for help on using the changeset viewer.