ruby.sh: don't print recoverable error.

This prints "error" even when we can install a portable ruby.
This commit is contained in:
Mike McQuaid 2020-06-23 13:13:31 +01:00
parent 2d54b9b137
commit 07ea18e2d2
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

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" ]]