From 31a6a88517915ed8719ebb633bafc7f397f61225 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Jan 2002 11:13:50 +0000 Subject: [PATCH] (header-check): Add `&& :'. --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.maint b/Makefile.maint index 1b68a1b..b04a7c0 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 -- 2.7.4