On Mon, Jun 09, 2008 at 05:58:21PM +0100, Stephane Chazelas wrote:
> $ f() { echo $a; }
> $ a=1 f
> 1
> $ echo $a
> 1
>
>
> If I read SUSv3 correctly, the echo statement shouldn't have output "1".I agree. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

