Changeset 12585


Ignore:
Timestamp:
2006-08-29T14:12:09+12:00 (18 years ago)
Author:
kjdon
Message:

put quotes around the cache dir in the wget command - on windows, will be 'Documents and Settings' in the path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/downloaders/WebDownload.pm

    r12465 r12585  
    105105     
    106106    # Setup the command for using wget
    107     my $cmdWget = "-N -k -x -t 2 -P ".$hashGeneralOptions->{"cache_dir"}." $strWgetOptions $strOptions ".$self->{'url'};
     107    my $cmdWget = "-N -k -x -t 2 -P \"".$hashGeneralOptions->{"cache_dir"}."\" $strWgetOptions $strOptions ".$self->{'url'};
    108108   
    109109    # Download the web pages
Note: See TracChangeset for help on using the changeset viewer.