]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: make sc_THANKS_in_duplicates more robust
authorBernhard Voelker <mail@bernhard-voelker.de>
Mon, 9 Feb 2015 07:18:15 +0000 (08:18 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Mon, 9 Feb 2015 09:42:04 +0000 (10:42 +0100)
commitebb71efc1e74076017f3a983b4cb4a3311925d14
tree5e0843e3a035b1584d364ead0bd2b5c774f86f8a
parent7b1ca5ffd6f0d50dd21558572c44296f8a3e59bb
maint: make sc_THANKS_in_duplicates more robust

The previous commit v8.23-124-g7b1ca5f made the above syntax-check rule
fail, because that took the whole content of THANKS.in for comparison.

* cfg.mk (sc_THANKS_in_duplicates): Strip off the header (all before the
first empty line) and the footer (all past the next empty line) from
'THANKS.in' for the check.
cfg.mk