Skip to content

Commit e54bdf4

Browse files
committed
Update Makefile
1 parent cf0061f commit e54bdf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

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

110110
.PHONY: progress
111111
progress:
112-
ifeq ($(file), "")
112+
ifeq ($(file),)
113113
@echo "No file specified, showing total progress"; \
114114
@$(PYTHON) -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
115115
$(shell msgcat *.po */*.po | msgattrib --translated | grep -c '^msgid') \

0 commit comments

Comments
 (0)