Daniel Jacobowitz wrote:
> This patch fixes a TCL error in standard_send. You can't quote
> a string by saying eval "{$string}" - if the string has an unmatched
Thanks, I just checked this in.
- rob -
___
DejaGnu mailing list
DejaGnu@gnu.o
This patch fixes a TCL error in standard_send. You can't quote
a string by saying eval "{$string}" - if the string has an unmatched
open brace in it that will fail. You need to either reference the
variable or use "list" to apply the right quoting.
--
Daniel Jacobowitz
CodeSourcery
2007-08-28