Merge pull request #7807 from MikeMcQuaid/ruby-remove-error

ruby.sh: don't print recoverable error.
This commit is contained in:
Mike McQuaid 2020-06-23 14:11:14 +01:00 committed by GitHub
commit dd26adafbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,6 @@ If there's no Homebrew Portable Ruby available for your processor:
fi
done
IFS=$' \t\n' # Restore IFS to its default value
[[ -z $HOMEBREW_RUBY_PATH ]] && onoe "Failed to find usable Ruby $required_ruby_version!"
fi
if [[ -n "$HOMEBREW_MACOS_SYSTEM_RUBY_NEW_ENOUGH" ]]