From 1487204385c2e45c34ed6a1bffd2ceb5a0900bdf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 11 Apr 2011 09:55:48 +0200 Subject: [PATCH] cfg.mk: remove useless semicolon and backslash * cfg.mk (sc_NEWS_two_empty_lines): Remove semicolon and backslash. --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index 126968e..81aa7e0 100644 --- a/cfg.mk +++ b/cfg.mk @@ -173,7 +173,7 @@ sc_NEWS_two_empty_lines: @sed -n 4,/Noteworthy/p $(srcdir)/NEWS \ | perl -n0e '/(^|\n)\n\n\* Noteworthy/ or exit 1' \ || { echo '$(ME): use two empty lines to separate NEWS sections' \ - 1>&2; exit 1; } || :; \ + 1>&2; exit 1; } || : # Perl-based tests used to exec perl from a #!/bin/sh script. # Now they all start with #!/usr/bin/perl and the portability -- 2.7.4