mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-01 17:15:49 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebd5bdb111 | ||
|
|
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