Simon Josefsson wrote:
> * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger
> sc_space_tab check.
...
> diff --git a/top/maint.mk b/top/maint.mk
...
>  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; } || :;                                   \

Thanks!

Reply via email to