From: Thierry Parmentelat Date: Fri, 26 Sep 2008 13:40:57 +0000 (+0000) Subject: ... X-Git-Tag: inotify-tools-3.13-1~3 X-Git-Url: http://git.onelab.eu/?p=inotify-tools.git;a=commitdiff_plain;h=0a52a136ee333cada033fd53c4a9f5ed1402372f ... --- diff --git a/Makefile b/Makefile index 27f3142..24edbed 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ $(main.FILE): #FORCE @if test "$$(sha1sum $@ | awk '{print $$1}')" != "$(main.SHA1SUM)" ; then \ echo "sha1sum of the downloaded $@ does not match the one from 'sources' file" ; \ echo "Local copy: $$(sha1sum $@)" ; \ - echo "In sources: $$(grep $@ sources)" ; \ + echo "In sources: $(main.SHA1SUM)" ; \ exit 1 ; \ else \ ls -l $@ ; \