projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db3c6b
)
cfg.mk: remove useless semicolon and backslash
author
Jim Meyering
<meyering@redhat.com>
Mon, 11 Apr 2011 07:55:48 +0000
(09:55 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Mon, 11 Apr 2011 12:32:56 +0000
(14:32 +0200)
* cfg.mk (sc_NEWS_two_empty_lines): Remove semicolon and backslash.
cfg.mk
patch
|
blob
|
history
diff --git
a/cfg.mk
b/cfg.mk
index
126968e
..
81aa7e0
100644
(file)
--- 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