summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-12 13:37:27 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-12 13:37:27 +0000
commit8f21d921dc5c45bb3a19f21a9f5ba88fd8700558 (patch)
treed63404113db2e0593374df03c1339573e1e73fa6
parent325c836294167954b51a5b52eae6da6a25a83d71 (diff)
fix command
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-xtool/make-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 72c48add50..35222b96c7 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -45,7 +45,7 @@ PACKAGES = {
}
if system("7z", out: IO::NULL)
- PACKAGES["gzip"] = %w".tar.gz 7z a -tgzip -mx"
+ PACKAGES["gzip"] = %w".tar.gz 7z a dummy -tgzip -mx -so"
PACKAGES["zip"] = %w".zip 7z a -tzip -mx"
end
if gzip = ENV.delete("GZIP")