aboutsummaryrefslogtreecommitdiffstats
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
commit6d80e314dca8aced2530981068b7f642decb731f (patch)
treed63404113db2e0593374df03c1339573e1e73fa6
parent0f56863ba6f462ba7606aecd24d76085b7768cfd (diff)
downloadruby-6d80e314dca8aced2530981068b7f642decb731f.tar.gz
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")