From 238d8586dfefcf841045edaadac398d6be0f2a93 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 15 Dec 2014 01:28:58 +0000 Subject: make-snapshot: use srcdir * tool/make-snapshot: use srcdir as checked out working directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/make-snapshot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tool/make-snapshot') diff --git a/tool/make-snapshot b/tool/make-snapshot index 835d465e72..fa70d400cb 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -8,6 +8,7 @@ require 'tmpdir' require File.expand_path("../vcs", __FILE__) STDOUT.sync = true +$srcdir ||= nil $exported = nil if ($exported ||= nil) == "" $archname = nil if ($archname ||= nil) == "" $keep_temp ||= nil @@ -20,6 +21,7 @@ def usage <