projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae2f49
)
download.mk: properly quote download urls
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Mar 2011 18:38:43 +0000
(18:38 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Mar 2011 18:38:43 +0000
(18:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26129
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/download.mk
patch
|
blob
|
history
diff --git
a/include/download.mk
b/include/download.mk
index
d1b3fc8
..
fd197ea
100644
(file)
--- 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
This page took
0.027069 seconds
and
4
git commands to generate.