summaryrefslogtreecommitdiff
path: root/tool/extlibs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/extlibs.rb')
-rwxr-xr-xtool/extlibs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/extlibs.rb b/tool/extlibs.rb
index aab08d0372..a8554b3de2 100755
--- a/tool/extlibs.rb
+++ b/tool/extlibs.rb
@@ -52,7 +52,7 @@ def do_extract(cache, dir)
else
inp = cache
end
- inp ||= f
+ inp ||= f.binmode
ext = File.extname(cache)
case ext
when '.tar', /\A\.t[gbx]z\z/