From 589f20054b729780815000c20eb2c189e397dfdb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 30 May 2007 10:56:29 +0000 Subject: [PATCH] Fix copy-and-paste-o --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 787a48e..da79923 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 \ -- 1.7.10.4