summaryrefslogtreecommitdiff
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 c3c2b1fad0..f8def2fce9 100644
--- a/common.mk
+++ b/common.mk
@@ -903,7 +903,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")' \