summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-11 09:55:48 +0200
committerJim Meyering <meyering@redhat.com>2011-04-11 14:32:56 +0200
commit1487204385c2e45c34ed6a1bffd2ceb5a0900bdf (patch)
treeccea0e34876efb5fdf6d9ddbbb23c2b948dd9654
parent4db3c6b5eaf8f0187b2b87b6337d502a97a1080a (diff)
downloadcoreutils-1487204385c2e45c34ed6a1bffd2ceb5a0900bdf.tar.xz
cfg.mk: remove useless semicolon and backslash
* cfg.mk (sc_NEWS_two_empty_lines): Remove semicolon and backslash.
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 126968e53..81aa7e069 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