From 2b124461dab07cf1d56e2caa80e51cf0adcb03cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Tue, 24 Dec 2019 12:59:20 +0200 Subject: brp-mangle-shebangs: do not exit if read has a non-zero status At least building texlive-texmf fails without this because brp-mangle-shebangs has -e in its shebang. -e Exit immediately if a command exits with a non-zero status. $ read shebang_line < BUILD/texlive-20190410-texmf/texmf-dist/doc/generic/pst-mirror/createEPS/test.sh $ echo $? 1 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fcddb4e..7c8eb6c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- make brp-mangle-shebangs to not exit if 'read shebang_line < "$f"' + exits with a non-zero status. + Version 2.45 - 23 December 2019, by Thierry Vignaud - switch binary payload compression to Zstandard level 19 -- cgit v1.2.1