Bug#491709: dash: "type" command has a superpower

2008-08-08 Thread Ronan Keryell
> On Sat, 26 Jul 2008 21:44:28 -0500, Raphael Geissert <[EMAIL PROTECTED]> > said: Raphael> I am neither the maintainer nor upstream but IMHO as the 'type' built-in is Raphael> neither required by POSIX nor SUSv3 nor Debian Policy it Raphael> should be considered implementati

Bug#491709: dash: "type" command has a superpower

2008-07-26 Thread Raphael Geissert
Ronan Keryell wrote: > Package: dash > Version: 0.5.4-11 > Severity: normal > > I've found a problem on machines with dash used as default shell. > > In the following toy program: > > #! /bin/dash > > # OK ls is not found > PATH=/nowhere ls > > # The dash superpower: the following should fail

Bug#491709: dash: "type" command has a superpower

2008-07-21 Thread Ronan Keryell
Package: dash Version: 0.5.4-11 Severity: normal I've found a problem on machines with dash used as default shell. In the following toy program: #! /bin/dash # OK ls is not found PATH=/nowhere ls # The dash superpower: the following should failed but works on dash! PATH=/nowhere type ls PATH=