]> git.saurik.com Git - apt.git/commitdiff
* add " " in update-po
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 29 Dec 2005 17:08:45 +0000 (17:08 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 29 Dec 2005 17:08:45 +0000 (17:08 +0000)
po/makefile

index 6ad6997c0659d997a150f0af65a37ffabe884c50..64573ceaea2efd3e644f43a66edb105401342b80 100644 (file)
@@ -66,7 +66,7 @@ binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES) update-po
 
 .PHONY: update-po
 update-po: $(PACKAGE)-all.pot
-       for lang in ${LINGUAS}; do\
+       for lang in ${LINGUAS}; do \
        echo "Updating $$lang.po"; \
        $(MSGMERGE) $$lang.po $(PACKAGE)-all.pot -o $$lang.new.po; \
        cmp $$lang.new.po $$lang.po || cp $$lang.new.po $$lang.po; \