Skip to content

Commit fe77818

Browse files
rffontenelleawecx
andcommitted
Makefile: use PYTHON variable instead of python3 (#1101)
* Makefile: use PYTHON variable instead of python3 * Makefile: make Python call silent Co-Authored-By: Antoine <[email protected]>
1 parent 0d6e1f8 commit fe77818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ serve:
9999

100100
.PHONY: progress
101101
progress:
102-
@python3 -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
102+
@$(PYTHON) -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
103103
$(shell msgcat *.po */*.po | msgattrib --translated | grep -c '^msgid') \
104104
$(shell msgcat *.po */*.po | grep -c '^msgid')
105105

0 commit comments

Comments
 (0)