Skip to content

Commit 5f230f3

Browse files
committed
Update Makefile
1 parent 07e45be commit 5f230f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ serve:
112112
progress:
113113
@$(PYTHON) -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
114114
@read -p "File: " file; \
115-
ifeq ($$file, "") \
115+
ifeq ($$file, "")
116116
@echo "No file specified, showing total progress"; \
117117
$(shell msgcat *.po */*.po | msgattrib --translated | grep -c '^msgid') \
118118
$(shell msgcat *.po */*.po | grep -c '^msgid')
119119

120-
else \
120+
else
121121
$(shell msgcat $$file | msgattrib --translated | grep -c '^msgid') \
122122
$(shell msgcat $$file | grep -c '^msgid')
123123
endif

0 commit comments

Comments
 (0)