ruby.sh: don't print recoverable error.
This prints "error" even when we can install a portable ruby.
This commit is contained in:
parent
2d54b9b137
commit
07ea18e2d2
@ -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" ]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user