Antonio Macchi Fri, 13 Feb 2009 02:26:52 -0800
$ declare +x x
$ x=one $ ( echo $x; x=two; echo $x ) one two subshell inherits "x"? is this behavior coherent?