2009-06-28, 00:02(-07), Steve Ward:
> The comma character (',') is in function sh_backslash_quote but not in
> function sh_contains_shell_metas.
>
> Is comma a metacharacter?
[...]

Only is some special constructions:

$ echo {a}
{a}
$ echo {a,b}
a b
$ echo {a\,b}
{a,b}

-- 
Stéphane

Reply via email to