On Thu, 7 Jul 2005 4:58pm  -0700, Ian Macdonald wrote:

> [EMAIL PROTECTED] bash_completion]$ foo=bar 2>/dev/null
> bash: foo: readonly variable

$ { foo=bar; } 2> /dev/null

-- 
Felipe Kellermann


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to