projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8895249
)
autoupdate
author
Karl Berry
<karl@freefriends.org>
Fri, 3 Sep 2010 13:07:11 +0000
(06:07 -0700)
committer
Karl Berry
<karl@freefriends.org>
Fri, 3 Sep 2010 13:07:11 +0000
(06:07 -0700)
build-aux/ar-lib
patch
|
blob
|
history
diff --git
a/build-aux/ar-lib
b/build-aux/ar-lib
index ef03430372b73f00cf492d5398877a15d7183241..4883fef7470e114334962706dfd20bf12a8b5a97 100755
(executable)
--- a/
build-aux/ar-lib
+++ b/
build-aux/ar-lib
@@
-2,7
+2,7
@@
# Wrapper for Microsoft lib.exe
me=ar-lib
-scriptversion=2010-0
8-12.16
; # UTC
+scriptversion=2010-0
9-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