On Sun, Jan 31, 2010 at 01:22:34AM +0100, Bruno Haible wrote:
> Here is part 2 of the proposed fixes.
[...]
> -trap 'rm -fr $tmpfiles' 1 2 3 15
> +trap 'rm -fr $tmpfiles; exit 77' 1 2 3 15

According to "Limitations of Builtins" chapter in the autoconf
manual, plain "exit 77" is not portable; it has to be written
as "(exit 77); exit 77".


-- 
ldv

Attachment: pgpXOJpqQ7TmT.pgp
Description: PGP signature

Reply via email to