From af742655e42477d3333dc85dadfc3d5df300680d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 19 Aug 2011 21:23:14 -0500 Subject: Ensuring a pass is a pass --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 7a2a437..5850769 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,7 @@ test-ellipsis: po @echo "#!/bin/bash" > $@ @echo "(cd po && make $(GETTEXT_PACKAGE).pot)" >> $@ @echo "grep -c -e \"^msgid.*\.\.\.\\\"\" po/$(GETTEXT_PACKAGE).pot > /dev/null && echo \"Ellipsis found in user visible strings\" >&2 && exit 1" >> $@ + @echo "exit 0" >> $@ @chmod +x $@ CLEANFILES = $(TESTS) -- cgit v1.2.3