[Pkg-mozext-commits] [itsalltext] 121/459: fixed narf detector

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 06a44571819506a6e29530f61379d1cb8da45920
Author: Christian Höltje <docwhat at gerf.org>
Date:   Sun Feb 11 19:57:52 2007 -0500

    fixed narf detector
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index de059bc..3fa0e51 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ todo:
 
 .PHONY: narf
 narf:
-	$(Q)grep -nri 'narf' [a-z0-9]*
+	$(Q)grep -nri 'narf' [a-z0-9]* ; test $$? = 1
 
 .PHONY: clean
 clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list