Changeset 13333


Ignore:
Timestamp:
2006-11-24T14:22:57+13:00 (17 years ago)
Author:
kjdon
Message:

added quotes arount output_dir in wget command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/LOMPlug.pm

    r13332 r13333  
    600600        $wget_cmd = "wget -nv  --timestamping -k -p \"$doc_url\"";
    601601    } else {
    602         $wget_cmd = "wget -nv -P$output_dir --timestamping -k -p \"$doc_url\"";
     602        $wget_cmd = "wget -nv -P \"$output_dir\" --timestamping -k -p \"$doc_url\"";
    603603    }
    604604    #my $wget_cmd = "wget -nv -P$output_dir --timestamping -k -p \"$doc_url\"";
Note: See TracChangeset for help on using the changeset viewer.