summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
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)