There was an error while loading. Please reload this page.
1 parent 07e45be commit 5f230f3Copy full SHA for 5f230f3
1 file changed
Makefile
@@ -112,12 +112,12 @@ serve:
112
progress:
113
@$(PYTHON) -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
114
@read -p "File: " file; \
115
- ifeq ($$file, "") \
+ ifeq ($$file, "")
116
@echo "No file specified, showing total progress"; \
117
$(shell msgcat *.po */*.po | msgattrib --translated | grep -c '^msgid') \
118
$(shell msgcat *.po */*.po | grep -c '^msgid')
119
120
- else \
+ else
121
$(shell msgcat $$file | msgattrib --translated | grep -c '^msgid') \
122
$(shell msgcat $$file | grep -c '^msgid')
123
endif
0 commit comments