mirror of https://github.com/bitcoin/bitcoin.git
Merge 671b774d1b
into b510893d00
This commit is contained in:
commit
c653647016
|
@ -37,7 +37,7 @@ endef
|
|||
|
||||
define fetch_file
|
||||
( $(call fetch_file_inner,$(1),$(2),$(3),$(4),$(5)) || \
|
||||
$(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH),$(3),$(4),$(5)))
|
||||
$(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH),$(4),$(4),$(5)))
|
||||
endef
|
||||
|
||||
# Shell script to create a source tarball in $(1)_source from local directory
|
||||
|
|
Loading…
Reference in New Issue