aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot4
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index f1663a3e22..e96deb003c 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -44,6 +44,10 @@ PACKAGES = {
"zip" => %w".zip zip -qr",
}
+if gzip = ENV.delete("GZIP")
+ PACKAGES["gzip"].concat(gzip.shellsplit)
+end
+
ENV["LC_ALL"] = ENV["LANG"] = "C"
SVNURL = URI.parse("http://svn.ruby-lang.org/repos/ruby/")
RUBY_VERSION_PATTERN = /^\#define\s+RUBY_VERSION\s+"([\d.]+)"/