summaryrefslogtreecommitdiff
path: root/mk/fetch.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/fetch.mk')
-rw-r--r--mk/fetch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/fetch.mk b/mk/fetch.mk
index a7fa86aff..743626378 100644
--- a/mk/fetch.mk
+++ b/mk/fetch.mk
@@ -89,7 +89,7 @@ $(1):
for site in $${PKG_SITES} $${MASTER_SITE_BACKUP}; do \
: echo "$${FETCHCMD} $$$$site$$$$filename"; \
rm -f "$$$$filename"; \
- if $${FETCHCMD} $$$$filename $$$$site$$$$filename; then \
+ if $${FETCHCMD} $$$$filename $$$$site$$$$filename $(DL_TRACE); then \
: check the size here; \
[[ ! -e $$$$filename ]] || exit 0; \
fi; \