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