summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-10 10:24:12 +0200
committerJim Meyering <meyering@redhat.com>2011-04-11 10:05:10 +0200
commit7dd6551404efff84abc69c3795dbe125cd13ebbd (patch)
tree7cb7b861ca001a59c58f4bf8f49d27aa7279817c /top
parenteff4c0360a0de49d22629d3bdbd15460c0615cee (diff)
downloadgnulib-7dd6551404efff84abc69c3795dbe125cd13ebbd.tar.gz
maint.mk: remove useless semicolon and backslash
* top/maint.mk (sc_prohibit_empty_lines_at_EOF): Remove stray semicolon and backslash.
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/maint.mk b/top/maint.mk
index 427dff3ece..ada00be4dc 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -824,7 +824,7 @@ require_exactly_one_NL_at_EOF_ = \
sc_prohibit_empty_lines_at_EOF:
@perl -le '$(require_exactly_one_NL_at_EOF_)' $$($(VC_LIST_EXCEPT)) \
|| { echo '$(ME): empty line(s) or no newline at EOF' \
- 1>&2; exit 1; } || :; \
+ 1>&2; exit 1; } || :
# Make sure we don't use st_blocks. Use ST_NBLOCKS instead.
# This is a bit of a kludge, since it prevents use of the string