this little bit of code doesnt work right:
foo() { echo "${1:-a{b,c}}" ; }

$ foo
a{b,c}
$ foo 1
a}

tested with bash-3.1.17
-mike

Attachment: pgp0Oi7rbI6UV.pgp
Description: PGP signature

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

Reply via email to