Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: SIGTTOU old problem



Borzenkov Andrey <arvidjaar@xxxxxxxxxx> writes:

> At work I still have attached patch. Comments what should become of it?

Meat of path patch:

> -    trap "" SIGTTOU > /dev/null 2>&1 || :
> +    ( trap "" SIGTTOU > /dev/null 2>&1 ) && trap "" SIGTTOU > /dev/null 2>&1 
Why?  What does it buy?

Phil.



Messages sorted by: Reverse Date, Date, Thread, Author