From fe357baf4783cb5ab134037249835b3d77e2d001 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 16 May 2007 23:16:15 +0000 Subject: [PATCH] Add a missing semicolon causing publish-binary-dist to fail --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff8adb7..f143535 100644 --- a/Makefile +++ b/Makefile @@ -397,7 +397,7 @@ endif publish-binary-dist : @for i in 0 1 2 3 4 5 6 7 8 9; do \ echo "Try $$i: $(PublishCp) $(BIN_DIST_TARBALL) $(PublishLocation)"; \ - if $(PublishCp) $(BIN_DIST_TARBALL) $(PublishLocation); then break; fi\ + if $(PublishCp) $(BIN_DIST_TARBALL) $(PublishLocation); then break; fi; \ done $(PublishCp) -r $(BIN_DIST_DIR)/share/html/* $(PublishLocation)/docs -- 1.7.10.4