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: Akim Demaille
Subject: Re: FYI: Silent make check -C examples
Date: Thu, 13 Oct 2005 11:29:54 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>> "Paul" == Paul Eggert <address@hidden> writes:

 > 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.

I don't see the connection.  Aren't you confused with set +x?





reply via email to

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