summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-04-05 22:32:17 +0200
committerSimon Josefsson <simon@josefsson.org>2011-04-05 22:32:17 +0200
commita2c7be5a2a578bc0b97bcf14e709c458d5f59d7f (patch)
tree73bd592ebc71742545c45a69a574d42632cab336 /top
parent4266051ac3a82f0a3bdfcf73c7f566e007676a0c (diff)
downloadgnulib-a2c7be5a2a578bc0b97bcf14e709c458d5f59d7f.tar.gz
maint.mk: Don't trigger sc_space_tab check.
* top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger sc_space_tab check.
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 524b69f470..693e5ab042 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -823,7 +823,7 @@ require_exactly_one_NL_at_EOF_ = \
END { exit defined $$fail }
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' \
+ || { echo '$(ME): empty line(s) or no newline at EOF' \
1>&2; exit 1; } || :; \
# Make sure we don't use st_blocks. Use ST_NBLOCKS instead.