aboutsummaryrefslogtreecommitdiffstats
path: root/tool/rbinstall.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/rbinstall.rb')
-rwxr-xr-xtool/rbinstall.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index c648a4ad57..9e935bdb47 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -333,7 +333,6 @@ vendorlibdir = CONFIG["vendorlibdir"]
vendorarchlibdir = CONFIG["vendorarchdir"]
mandir = CONFIG["mandir", true]
docdir = CONFIG["docdir", true]
-configure_args = Shellwords.shellwords(CONFIG["configure_args"])
enable_shared = CONFIG["ENABLE_SHARED"] == 'yes'
dll = CONFIG["LIBRUBY_SO", enable_shared]
lib = CONFIG["LIBRUBY", true]
@@ -823,7 +822,7 @@ install?(:ext, :comm, :gem, :'bundled-gems') do
inst.spec.extension_dir = with_destdir(inst.spec.extension_dir)
begin
Gem::DefaultUserInteraction.use_ui(silent) {inst.install}
- rescue Gem::InstallError => e
+ rescue Gem::InstallError
next
end
gemname = File.basename(gem)