Ignore:
Timestamp:
2006-10-27T10:51:49+13:00 (17 years ago)
Author:
mdewsnip
Message:

Can now obtain documents from the web containing spaces.

File:
1 edited

Legend:

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

    r13165 r13166  
    340340    $wget_options = "--verbose" if ($verbosity > 2);
    341341    $wget_options .= " --timestamping";  # Only re-download files if they're newer
    342     `wget $wget_options $document_file_full --output-document $local_document_file`;
     342    my $wget_command = "wget $wget_options \"$document_file_full\" --output-document \"$local_document_file\"";
     343    `$wget_command`;
    343344
    344345    # Check the document was obtained successfully
Note: See TracChangeset for help on using the changeset viewer.