From 00ac711fb2865df3195b67047dbfde8b5ff68823 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Wed, 23 Feb 2022 06:37:00 +0800 Subject: [PATCH] Fix syntax error caused by extra semicolon Fixes: commit 4d38bff053768a7edb68cb6b6ed6a45d3c20cd4a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c76568e..5b013c5 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build: PYTHON=python2 ; \ elif python -c 'import mercurial' 2> /dev/null ; then \ PYTHON=python ; \ - else ; \ + else \ echo 'Python with Mercurial not available' >&2 ; \ exit 1 ; \ fi ; \