Commit cdf5eb38 authored by Yuanle Song's avatar Yuanle Song
Browse files

minor, fix Makefile if expression.

should not use [ ] when condition is a command
parent ebf4ab6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ zip:
#==========================
dist: dist-check
build:
	if [ ! python3 -m pytest --version ]; then python3 -m pip install --user pytest; fi
	if ! python3 -m pytest --version; then python3 -m pip install --user pytest; fi
	python3 -m pytest build.py
	./build.py
	sed -i "s/PKG_VERSION/$(VERSION)/g" zero-input.el