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

2011-06-28 Thread Michael Haubenwallner
On 06/27/2011 11:12 PM, Ralf Wildenhues wrote: > 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 >> i

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

2011-06-28 Thread Michael Haubenwallner
On 06/28/2011 12:33 PM, Michael Haubenwallner wrote: > Sample 2 (which breaks): export_symbols_cmds='dump ...' > > Step 0: eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" # the > original line > Step 1: eval 'concat_cmds=$concat_cmdsdump ...' # concat_cmds not expanded > yet > Step 2: