Control: tag -1 pending

On Fri, 25 Dec 2020 at 13:49:29 +0100, Jonas Smedegaard wrote:
> Several build rules use a shell "for" construct, which ignores failures
> of all but latest iteration of those loops.

Thanks for spotting!  Might even be worth trying to make lintian assign
a warning for this.

> Simplest fix is to prepend each of those rules with "set -x;".

I assume you meant `set -e`; I personally prefer explicit `|| exit 1` in
this case, so that's what I used here.

-- 
Guilhem.

Attachment: signature.asc
Description: PGP signature

Reply via email to