aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
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")' \