mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-06 11:35:40 +01:00
committed by
Mark Nauwelaerts
parent
aadc899982
commit
00ac711fb2
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ build:
|
|||||||
PYTHON=python2 ; \
|
PYTHON=python2 ; \
|
||||||
elif python -c 'import mercurial' 2> /dev/null ; then \
|
elif python -c 'import mercurial' 2> /dev/null ; then \
|
||||||
PYTHON=python ; \
|
PYTHON=python ; \
|
||||||
else ; \
|
else \
|
||||||
echo 'Python with Mercurial not available' >&2 ; \
|
echo 'Python with Mercurial not available' >&2 ; \
|
||||||
exit 1 ; \
|
exit 1 ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
|
|||||||
Reference in New Issue
Block a user