summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-22 00:54:33 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-22 00:54:33 +0000
commit3ca77ee9f812e90907cd0057adea6d7e4592dbe0 (patch)
treee8e8ccb4ae4324ed8503db5f27dc403da1bcf719 /tool
parent570c028c7ebb18c6d276e5fac3a1b20f76f28db7 (diff)
* tool/make-snapshot: Specify PWD macro for make.
PWD environment variable may not exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 0eb0ee8cf6..7b5e1081a1 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -270,6 +270,7 @@ def package(rev, destdir)
RUBY=#{ENV["RUBY"]}
HAVE_BASERUBY=yes
BASERUBY=#{ENV["BASERUBY"]}
+ PWD=#{Dir.pwd}
prereq]
IO.popen(cmd, "w") do |f|
f.puts mk