mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-11-01 09:41:02 +01:00
Fix OpenSSL version pattern (#365)
This commit is contained in:
parent
8d2d266822
commit
d5663b780b
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ verify_gcc() {
|
|||
|
||||
has_broken_mac_openssl() {
|
||||
[ "$(uname -s)" = "Darwin" ] &&
|
||||
[[ "$(openssl version 2>/dev/null || true)" =~ 'OpenSSL 0\.9\.8' ]] &&
|
||||
[[ "$(openssl version 2>/dev/null || true)" = "OpenSSL 0.9.8"?* ]] &&
|
||||
[[ "$RUBY_CONFIGURE_OPTS" != *--with-openssl-dir=* ]]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue