Re: [PATCH] Correctly concat commands when export_symbols_cmds starts with some 'word'.

2011-06-27 Thread Ralf Wildenhues
Hi Michael, * Michael Haubenwallner wrote on Mon, Jun 27, 2011 at 04:28:38PM CEST: > Concatening commands breaks when export_symbols_cmds starts with something > like "dump", which does not need another shell expansion step. Instead, it > is merged with "\$concat_cmds" to "$concat_cmdsdump" for wi

[PATCH] Correctly concat commands when export_symbols_cmds starts with some 'word'.

2011-06-27 Thread Michael Haubenwallner
Hello! Concatening commands breaks when export_symbols_cmds starts with something like "dump", which does not need another shell expansion step. Instead, it is merged with "\$concat_cmds" to "$concat_cmdsdump" for within the eval. While this isn't a problem right now, it hits me when experimentin