summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 787a48ec23..da79923cbd 100644
--- a/Makefile
+++ b/Makefile
@@ -425,7 +425,7 @@ endif
.PHONY: publish-binary-dist
publish-binary-dist ::
@for f in $(PUBLISH_FILES); do \
- @for i in 0 1 2 3 4 5 6 7 8 9; do \
+ for i in 0 1 2 3 4 5 6 7 8 9; do \
echo "Try $$i: $(PublishCp) $$f $(PublishLocation)/dist"; \
if $(PublishCp) $$f $(PublishLocation)/dist; then break; fi; \
done \