Commit 81da19cd authored by Sam Stephenson's avatar Sam Stephenson
Browse files

Use $RUBY_BIN

parent fdfe71c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -557,7 +557,7 @@ build_package_mac_openssl() {

# Post-install check that the openssl extension was built.
build_package_verify_openssl() {
  "$PREFIX_PATH"/bin/ruby -e 'begin
  "$RUBY_BIN" -e 'begin
    require "openssl"
  rescue LoadError
    abort "The Ruby openssl extension was not compiled. Missing the OpenSSL lib?"