From: Jim Meyering Date: Tue, 22 Jan 2002 11:13:50 +0000 (+0000) Subject: (header-check): Add `&& :'. X-Git-Tag: TEXTUTILS-2_0_20~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31a6a88517915ed8719ebb633bafc7f397f61225;p=thirdparty%2Fcoreutils.git (header-check): Add `&& :'. --- diff --git a/Makefile.maint b/Makefile.maint index 1b68a1bd29..b04a7c0fa8 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -63,7 +63,7 @@ local-check = \ # It's not a big deal -- just aesthetics. header-check: if test -f $(srcdir)/src/sys2.h; then \ - grep 'xalloc\.h' $(srcdir)/src/*.c || exit 1; \ + grep 'xalloc\.h' $(srcdir)/src/*.c || exit 1 && :; \ fi # Ensure that date's --help output stays in sync with the info