summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-25 13:13:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-25 13:13:42 +0000
commitb52f14588958afec7ee41a47e8024e68e55de4b9 (patch)
treef2cf68014b29f0ae3ed249900e20a46a20772b56 /tool
parent2336494ea34cfdd2c8d2143ee1a7f2f6999f3bce (diff)
Set typeflag [Bug #15461]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 33e451251c..89aad4b932 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -179,7 +179,7 @@ def tar_create(tarball, dir)
next
end
name, prefix = w.split_name(path)
- h = header.new(name: name, prefix: prefix,
+ h = header.new(name: name, prefix: prefix, typeflag: type,
mode: s.mode, size: size, mtime: s.mtime,
uname: uname, gname: gname)
f.write(h)