From 8f21d921dc5c45bb3a19f21a9f5ba88fd8700558 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 12 Dec 2016 13:37:27 +0000 Subject: fix command git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/make-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3