mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Config: Fix missing bracket
Reported-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -347,7 +347,7 @@ endef
|
||||
define LOAD
|
||||
@echo -e "$(MESSAGE)Download: $($(notdir $@))"
|
||||
wget -T 60 -t 1 -nv -U "IPFireSourceGrabber/2.x" $($(notdir $@)) -O $(DIR_TMP)/$(notdir $@)
|
||||
[ "$($(notdir $@)_BLAKE2)" = "$(firstword $(shell b2sum $(DIR_TMP)/$(notdir $@))" ] # detect page not found answer
|
||||
[ "$($(notdir $@)_BLAKE2)" = "$(firstword $(shell b2sum $(DIR_TMP)/$(notdir $@)))" ] # detect page not found answer
|
||||
mv $(DIR_TMP)/$(notdir $@) $(DIR_DL)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user