automake-patches
[Top][All Lists]
Advanced

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

Re: Make ar-lib support backslashed files in archives.


From: Peter Rosin
Subject: Re: Make ar-lib support backslashed files in archives.
Date: Thu, 02 Sep 2010 21:11:22 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

Den 2010-09-02 20:37 skrev Ralf Wildenhues:
> * Stefano Lattarini wrote on Thu, Sep 02, 2010 at 06:44:34PM CEST:
>> On Thursday 02 September 2010, Peter Rosin wrote:
>>>     $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read 
>>> member; do
>>>       $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
>>>     done
>> Given that Solaris 10 /bin/sh, /usr/xpg4/bin/sh and /bin/ksh do not support
>> (or fail to honour) the `-r' option of the read builtin (bummer!), your fix
>> seems the best one to me.
> 
> Agreed.

Thanks for the reviews! I have now pushed it. In the last minute I noticed
a bug in the ChangeLog entry (and a couple of prior ones as well) and a
missing scriptversion update. I squashed all of that in.

Also merged the msvc branch into master.

Cheers,
Peter



reply via email to

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