commit ebea5de7bf371f4bc2fd87724acca91279d7e0d1
parent 9c49d70d12dd5b03146b04d4d678dd89bc74c174
Author: J Pipkin <j@dawnrazor.net>
Date: Sun, 13 Jan 2013 04:04:05 -0600
Merge branch 'master' of dawnrazor.net:sbotools
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
@@ -486,7 +486,7 @@ sub get_distfile {
mkdir $distfiles unless -d $distfiles;
chdir $distfiles;
unlink $filename if -f $filename;
- if (system("wget --no-check-certificate $link") != 0) {
+ if (system("wget --no-check-certificate \"$link\"") != 0) {
return "Unable to wget $link.\n", _ERR_DOWNLOAD;
}
# can't do anything if the link in the .info doesn't lead to a good d/l