Re: Quoting problem in standard_send

2007-08-28 Thread Rob Savoye
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

Quoting problem in standard_send

2007-08-28 Thread Daniel Jacobowitz
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