bison-patches
[Top][All Lists]
Advanced

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

Re: FYI: Silent make check -C examples


From: Paul Eggert
Subject: Re: FYI: Silent make check -C examples
Date: Mon, 10 Oct 2005 12:12:34 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Akim Demaille <address@hidden> writes:

> -set +e
> +test -z "$VERBOSE" && {
> +   exec > /dev/null 2>&1
> +}

Don't you need to keep the "set +e"?  As I recall, some shells send
diagnostics to the original stderr, even if you've redirected it with
'exec' in the mean time.




reply via email to

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