libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Correctly concat commands when export_symbols_cmds starts wi


From: Michael Haubenwallner
Subject: Re: [PATCH] Correctly concat commands when export_symbols_cmds starts with some 'word'.
Date: Tue, 28 Jun 2011 16:15:51 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b3pre Thunderbird/3.1.9

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: concat_cmds="$concat_cmdsdump ..."        # there is no 
> $concat_cmdsdump
> Step 3: concat_cmds=""

Err, this should read:

Step 3: concat_cmds="..."       # 'dump' was lost

/haubi/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]