diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2012-05-09 07:56:46 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-09 12:28:14 -0400 |
commit | cb57c3e3e6209f289fbd20a3fa28310f9f2fac8b (patch) | |
tree | 37350aa2d6f4f8c0a7e71acfb8ef08ffd1a29791 /po | |
parent | ac908010f359d0bec5d317d419c4cb6e6c86f52a (diff) | |
download | ikiwiki-cb57c3e3e6209f289fbd20a3fa28310f9f2fac8b.tar ikiwiki-cb57c3e3e6209f289fbd20a3fa28310f9f2fac8b.tar.gz |
po/Makefile: missing one semicolon still
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 45c91c9ae..5ec4a157c 100644 --- a/po/Makefile +++ b/po/Makefile @@ -55,7 +55,7 @@ clean: else \ rm -f $@.new; \ fi; \ - msgfmt --statistics $@ 2>&1 \ + msgfmt --statistics $@ 2>&1; \ fi check: |