Skip to content
Snippets Groups Projects
Unverified Commit 34972abf authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

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

utils/ruby.sh: test_ruby(): keep temporary variables local
parents 6d9bf728 f3283b60
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment