dash build errors

2009-05-22 Thread Eitan Adler
When I try to compile dash on FreeBSD 7.2-STABLE i386 I get the following: $gmake gmake all-recursive gmake[1]: Entering directory `/home/variable/dash-0.5.1' Making all in src gmake[2]: Entering directory `/home/variable/dash-0.5.1/src' gmake all-am gmake[3]: Entering directory `/home/variable/

Re: [JOBS] Do not close stderr when /dev/tty fails to open

2009-05-22 Thread Herbert Xu
On Sun, Feb 22, 2009 at 07:33:04PM +0800, Herbert Xu wrote: > [JOBS] Do not close stderr when /dev/tty fails to open Turns out that there was more to this than jobs.c The use of savefd in redir ended up closing the wrong file descriptor too, albeit in a harmless manner. I'm going to throw this f