From 1a0cfb112bc3008af3be9d3ac0df569e46ed0dca Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 1 May 2014 19:36:35 +0200 Subject: [PATCH] Minor cleanup: remove superfluous semicolon. --- build/jam/FileRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/FileRules b/build/jam/FileRules index f838c0f648..ec309c4733 100644 --- a/build/jam/FileRules +++ b/build/jam/FileRules @@ -469,7 +469,7 @@ actions DownloadLocatedFile1 { source="$(2)" if [ "$(HAIKU_NO_DOWNLOADS)" = 1 ]; then - echo "ERROR: Would need to download $(URL), but HAIKU_NO_DOWNLOADS is set!" ; + echo "ERROR: Would need to download $(URL), but HAIKU_NO_DOWNLOADS is set!" exit 1 fi wget -O "$(1)" $(URL) || exit 1