There was an error while loading. Please reload this page.
1 parent d32fbe1 commit 289e177Copy full SHA for 289e177
1 file changed
Makefile
@@ -111,7 +111,7 @@ serve:
111
progress:
112
ifeq ($(file),)
113
@echo "No file specified, showing total progress"; \
114
- @$(PYTHON) -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
+ $(PYTHON) -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
115
$(shell msgcat *.po */*.po | msgattrib --translated | grep -c '^msgid') \
116
$(shell msgcat *.po */*.po | grep -c '^msgid')
117
0 commit comments