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
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