aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2013-01-13 04:04:05 -0600
committerJ Pipkin <j@dawnrazor.net>2013-01-13 04:04:05 -0600
commitebea5de7bf371f4bc2fd87724acca91279d7e0d1 (patch)
tree2e73bb5167efa1420282e3e299e95bafb0ad0855
parent9c49d70d12dd5b03146b04d4d678dd89bc74c174 (diff)
parent7226e2619293b967481fddb022f4a117aef22fc8 (diff)
downloadsbotools2-ebea5de7bf371f4bc2fd87724acca91279d7e0d1.tar.xz
Merge branch 'master' of dawnrazor.net:sbotools
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index da67c22..7b1fadf 100644
--- 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