diff options
-rwxr-xr-x | sbosrcarch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -593,7 +593,7 @@ sub wget { # versions of wget don't actually need this, but it doesn't hurt. my $cmd = "wget $wget_config_arg " . user_agent($url) . " " . - ($head ? "--spider --tries 1" : "-O " . url_to_filename($url)) . + ($head ? "--spider --tries 1" : "-O '" . url_to_filename($url) . "'") . " $wgetargs " . "'$url' " . ">$outfile 2>&1"; |