Re: Bug#478850: posh: $ENV variable processed by non-interactive shells

2008-05-04 Thread Raphael Geissert
Even more fun: ,[ mksh ] | __> msh | __> type -p which | which is /bin/which | __> type which | which is /bin/which | __> command -v which | /bin/which ` ,[ ksh ] | __> ksh | __> type -p which | which is /bin/which | __> type which | which is a tracked alias for /bin/which | __> comm

Re: Bug#478850: posh: $ENV variable processed by non-interactive shells

2008-05-04 Thread Colin Watson
On Sat, May 03, 2008 at 09:52:16PM -0500, Manoj Srivastava wrote: > On Thu, 1 May 2008 14:47:54 +0100, Clint Adams <[EMAIL PROTECTED]> said: > > On Thu, May 01, 2008 at 02:33:04PM +0100, Stephane Chazelas wrote: > >> I don't really care about the "interactive" side of things ($ENV, > >> $PSx, job

Re: Bug#478850: posh: $ENV variable processed by non-interactive shells

2008-05-03 Thread Manoj Srivastava
On Thu, 1 May 2008 14:47:54 +0100, Clint Adams <[EMAIL PROTECTED]> said: > On Thu, May 01, 2008 at 02:33:04PM +0100, Stephane Chazelas wrote: >> I don't really care about the "interactive" side of things ($ENV, >> $PSx, job control), but I tend to consider that for the scripting >> side of things

Re: Bug#478850: posh: $ENV variable processed by non-interactive shells

2008-05-01 Thread Stephane Chazelas
2008-05-01 14:47:54 +0100, Clint Adams: > On Thu, May 01, 2008 at 02:33:04PM +0100, Stephane Chazelas wrote: > > I don't really care about the "interactive" side of things > > ($ENV, $PSx, job control), but I tend to consider that for the > > scripting side of things, the optional features should b

Re: Bug#478850: posh: $ENV variable processed by non-interactive shells

2008-05-01 Thread Clint Adams
On Thu, May 01, 2008 at 02:33:04PM +0100, Stephane Chazelas wrote: > I don't really care about the "interactive" side of things > ($ENV, $PSx, job control), but I tend to consider that for the > scripting side of things, the optional features should be > implemented. For instance, if you don't have