Fix syntax error caused by extra semicolon

Fixes: commit 4d38bff053
This commit is contained in:
Paul Wise
2022-02-23 06:37:00 +08:00
committed by Mark Nauwelaerts
parent aadc899982
commit 00ac711fb2

View File

@@ -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 ; \