ruby-changes:54340
From: nobu <ko1@a...>
Date: Tue, 25 Dec 2018 22:13:48 +0900 (JST)
Subject: [ruby-changes:54340] nobu:r66553 (trunk): Set typeflag [Bug #15461]
nobu 2018-12-25 22:13:42 +0900 (Tue, 25 Dec 2018) New Revision: 66553 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66553 Log: Set typeflag [Bug #15461] Modified files: trunk/tool/make-snapshot Index: tool/make-snapshot =================================================================== --- tool/make-snapshot (revision 66552) +++ tool/make-snapshot (revision 66553) @@ -179,7 +179,7 @@ def tar_create(tarball, dir) https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L179 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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/