Re: debian patches to exit with code 127 for nonexistent/directory scripts

2010-06-11 Thread Herbert Xu
Cristian Ionescu-Idbohrn wrote: > On Tue, 8 Jun 2010, Herbert Xu wrote: > >> Jilles Tjoelker wrote: >> > Debian's dash package has some local changes which cause an exit >> > with code 127, as required by POSIX, if a script (passed with dash >> > ) cannot be opened or cannot be read because it i

Re: debian patches to exit with code 127 for nonexistent/directory scripts

2010-06-08 Thread Cristian Ionescu-Idbohrn
On Tue, 8 Jun 2010, Herbert Xu wrote: > Jilles Tjoelker wrote: > > Debian's dash package has some local changes which cause an exit > > with code 127, as required by POSIX, if a script (passed with dash > > ) cannot be opened or cannot be read because it is a > > directory. My interpretation of

Re: debian patches to exit with code 127 for nonexistent/directory scripts

2010-06-08 Thread Herbert Xu
Jilles Tjoelker wrote: > Debian's dash package has some local changes which cause an exit with > code 127, as required by POSIX, if a script (passed with dash > ) cannot be opened or cannot be read because it is a > directory. Please report this through Debian's bug tracking system. There is not

debian patches to exit with code 127 for nonexistent/directory scripts

2010-06-05 Thread Jilles Tjoelker
Debian's dash package has some local changes which cause an exit with code 127, as required by POSIX, if a script (passed with dash ) cannot be opened or cannot be read because it is a directory. Unfortunately, these patches also affect the . builtin (if the pathname contains a slash) and use EXEX