Commit e595bda2 authored by Erik Michaels-Ober's avatar Erik Michaels-Ober
Browse files

Convert to one-liner to avoid polluting the shell

parent 7389c8f8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -101,8 +101,7 @@ To work around this issue, install OpenSSL using homebrew instead:

Then set the CONFIGURE_OPTS environment variable when you build Ruby:

    export CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl`"
    rbenv install 2.0.0-preview1
    CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl` rbenv install 2.0.0-preview1

### Custom definitions