Bug#598236: posh: variable assignments do not affect the env when calling a function

2011-08-30 Thread Michał Górny
Ping. This is still a case in 0.10. -- Best regards, Michał Górny signature.asc Description: PGP signature

Bug#598236: posh: variable assignments do not affect the env when calling a function

2010-09-27 Thread Michał Górny
Package: posh Version: 0.6.18 Hello, Consider the following test code: #v+ func() { :; } A=test func echo $A #v- Running that code in strict POSIX mode of bash or dash results in 'test' output. However, running in posh it doesn't output anything. Trying to explain that behavior, I run into

Bug#598236: posh: variable assignments do not affect the env when calling a function

2010-09-27 Thread Clint Adams
On Mon, Sep 27, 2010 at 07:53:46PM +0200, Michał Górny wrote: Hello, Consider the following test code: #v+ func() { :; } A=test func echo $A #v- Running that code in strict POSIX mode of bash or dash results in 'test' output. However, running in posh it doesn't output anything.