coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 6/7] cfg.mk: remove useless semicolon and backslash


From: Jim Meyering
Subject: [PATCH 6/7] cfg.mk: remove useless semicolon and backslash
Date: Mon, 11 Apr 2011 19:46:02 +0200

From: Jim Meyering <address@hidden>

* cfg.mk (sc_NEWS_two_empty_lines): Remove semicolon and backslash.
---
 cfg.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.7.5.rc1.228.g86d60b




reply via email to

[Prev in Thread] Current Thread [Next in Thread]