Re: [patch]: testsuite: run bash instead of sh when using brace expansion
Christian Groessler <[email protected]>
| Newsgroups | gmane.comp.gdb.patches,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05/20/13 17:16, Tom Tromey wrote: > >> 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. Committed. Thanks, chris