From a08ef0e369d0fccbbd24e5bfe9ce3cf38fe9b5f2 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 2 Mar 1987 12:54:52 +0000 Subject: [PATCH] *** empty log message *** --- util/ack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ack/Makefile b/util/ack/Makefile index 46f9c21ef..62c63f35c 100644 --- a/util/ack/Makefile +++ b/util/ack/Makefile @@ -36,7 +36,7 @@ cmp: ack ack.1 -cmp ack.1 $(MANDIR)/ack.1 ack.1: ack.1.X - -sh -c 'if tbl < ack.1.X > ack.1 ; then : ; else cp ack.1.X ack.1 ; fi + -sh -c 'if tbl < ack.1.X > ack.1 ; then exit 0 ; else cp ack.1.X ack.1 ; exit 0 ; fi clean: -rm -f *.old *.o ack ack.1 -- 2.34.1