Commit 62411c44 by Sam Stephenson

Quote `$PREFIX_PATH`

parent a0570c9b
...@@ -554,7 +554,7 @@ build_package_install_cacerts_from_keychain() { ...@@ -554,7 +554,7 @@ build_package_install_cacerts_from_keychain() {
# Post-install check that the openssl extension was built. # Post-install check that the openssl extension was built.
build_package_verify_openssl() { build_package_verify_openssl() {
$PREFIX_PATH/bin/ruby -e 'begin "$PREFIX_PATH"/bin/ruby -e 'begin
require "openssl" require "openssl"
rescue LoadError rescue LoadError
abort "The Ruby openssl extension was not compiled. Missing the OpenSSL lib?" abort "The Ruby openssl extension was not compiled. Missing the OpenSSL lib?"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment