This is the mail archive of the gdb@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


>>>>> ">" == Christian Groessler <chris@groessler.org> 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


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