From: nbd Date: Sun, 13 Mar 2011 18:38:43 +0000 (+0000) Subject: download.mk: properly quote download urls X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a9714431a9a75003cc0445dc8f173cf66ed5dfd4;p=openwrt.git download.mk: properly quote download urls git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26129 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/download.mk b/include/download.mk index d1b3fc8f87..fd197ea216 100644 --- a/include/download.mk +++ b/include/download.mk @@ -41,7 +41,7 @@ define DownloadMethod/unknown endef define DownloadMethod/default - $(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "$(MD5SUM)" $(URL) + $(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "$(MD5SUM)" $(foreach url,$(URL),"$(url)") endef define wrap_mirror