Commit e595bda2 by Erik Michaels-Ober

Convert to one-liner to avoid polluting the shell

parent 7389c8f8
...@@ -101,8 +101,7 @@ To work around this issue, install OpenSSL using homebrew instead: ...@@ -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: Then set the CONFIGURE_OPTS environment variable when you build Ruby:
export CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl`" CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl` rbenv install 2.0.0-preview1
rbenv install 2.0.0-preview1
### Custom definitions ### Custom definitions
......
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