Merge pull request #8325 from maxim-belkin/utils-ruby-local-variables

utils/ruby.sh: test_ruby(): keep temporary variables local
This commit is contained in:
Mike McQuaid 2020-08-13 08:49:27 +01:00 committed by GitHub
commit 34972abfa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,9 @@ test_ruby () {
setup-ruby-path() {
local vendor_dir
local vendor_ruby_root
local vendor_ruby_path
local vendor_ruby_terminfo
local vendor_ruby_latest_version
local vendor_ruby_current_version
local usable_ruby