mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-02 07:11:12 +02:00
remove quotes preventing from iterating over each version in sort versions test
This commit is contained in:
parent
5d62e84c7b
commit
e35d7a59ab
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ jruby-1.7.9
|
|||
jruby-1.7.10
|
||||
jruby-9000-dev
|
||||
jruby-9000"
|
||||
for ver in "$expected"; do
|
||||
for ver in $expected; do
|
||||
touch "${RUBY_BUILD_ROOT}/share/ruby-build/$ver"
|
||||
done
|
||||
run ruby-build --definitions
|
||||
|
|
Loading…
Reference in a new issue