From: Karl Berry Date: Fri, 3 Sep 2010 13:07:11 +0000 (-0700) Subject: autoupdate X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0cd590f76f5e5e942fbd90b253c90ca7c80699;p=pspp autoupdate --- diff --git a/build-aux/ar-lib b/build-aux/ar-lib index ef03430372..4883fef747 100755 --- a/build-aux/ar-lib +++ b/build-aux/ar-lib @@ -2,7 +2,7 @@ # Wrapper for Microsoft lib.exe me=ar-lib -scriptversion=2010-08-12.16; # UTC +scriptversion=2010-09-02.19; # UTC # Copyright (C) 2010 Free Software # Foundation, Inc. @@ -219,7 +219,7 @@ elif test -n "$extract"; then esac done else - $AR -NOLOGO -LIST "$archive" | while read member + $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member do $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $? done