From 1ab8dc3da8228a16c3e9f254b22c59f1c7dab44f Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 9 Sep 2015 02:34:39 +0000 Subject: * 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 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') 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")' \ -- cgit v1.2.3