bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] maint.mk: Don't trigger sc_space_tab check.


From: Jim Meyering
Subject: Re: [PATCH] maint.mk: Don't trigger sc_space_tab check.
Date: Wed, 06 Apr 2011 09:02:28 +0200

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

[Prev in Thread] Current Thread [Next in Thread]