From: Jim Meyering Date: Mon, 11 Apr 2011 07:55:48 +0000 (+0200) Subject: cfg.mk: remove useless semicolon and backslash X-Git-Tag: v8.11~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1487204385c2e45c34ed6a1bffd2ceb5a0900bdf;p=thirdparty%2Fcoreutils.git cfg.mk: remove useless semicolon and backslash * cfg.mk (sc_NEWS_two_empty_lines): Remove semicolon and backslash. --- diff --git a/cfg.mk b/cfg.mk index 126968e534..81aa7e0693 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