download.mk: properly quote download urls

SVN-Revision: 26129
This commit is contained in:
Felix Fietkau 2011-03-13 18:38:43 +00:00
parent 66a6f82ee3
commit fd0deca65d

View file

@ -41,7 +41,7 @@ define DownloadMethod/unknown
endef endef
define DownloadMethod/default 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 endef
define wrap_mirror define wrap_mirror