download.mk: properly quote download urls
SVN-Revision: 26129
This commit is contained in:
parent
66a6f82ee3
commit
fd0deca65d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue