This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch]: testsuite: run bash instead of sh when using brace expansion


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]