On 01/16/2013 01:59 AM, Dan Douglas wrote:
Oops nevermind, I see the issue now. Couldn't reproduce here either. Neither
with compat modes nor the real versions.
Thanks for your help any way
it seems to remain a problem
On 1/15/13 11:30 AM, DJ Mills wrote:
> I believe that's referring to var=value command, as in the syntax to export
> a variable into "command"s environment.
>
> readonly a=3
> a=2 echo foo
I believe this is the bug:
set -o posix
readonly a=0
a=1 command : 2>/dev/null # or use true in place of c