From 1ab8dc3da8228a16c3e9f254b22c59f1c7dab44f Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 9 Sep 2015 02:34:39 +0000 Subject: [PATCH] * common.mk (update-gems): use BASERUBY instead of RUNRUBY. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ common.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c96c8780bf..d7d66d9289 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 9 11:33:05 2015 NAKAMURA Usaku + + * common.mk (update-gems): use BASERUBY instead of RUNRUBY. + Wed Sep 9 11:08:59 2015 Zachary Scott * lib/delegate.rb: Remove backtrace cleaning for delegated methods diff --git a/common.mk b/common.mk index ded9bc239c..6e5103379d 100644 --- a/common.mk +++ b/common.mk @@ -934,7 +934,7 @@ update-config_files: PHONY update-gems: PHONY $(ECHO) Downloading bundled gem files... - $(Q) $(RUNRUBY) -C "$(srcdir)/gems" \ + $(Q) $(BASERUBY) -C "$(srcdir)/gems" \ -I../tool -rdownloader -answ \ -e 'gem, ver = *$$F' \ -e 'old = Dir.glob("#{gem}-*.gem")' \