Re: [patch]: testsuite: run bash instead of sh when using brace expansion
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> ">" == Christian Groessler <[email protected]> writes: Just FYI - your patch got word-wrapped. >> + lappend dirs [join [list $r$x$comp$l$f]] My suggestion for "join" was really odd. I was confused... It is simpler to just use string concatenation like lappend dirs $r$x$comp$l$f The patch is ok with that change. thanks, Tom