aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby-enterprise-edition.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-14 09:07:47 -0700
committerAdam Vandenberg2012-09-14 09:14:48 -0700
commit83b377167b2f00a36a733e8fb01ae3e36cdb0eec (patch)
tree588b6ac8c5b71378af615bc9e3f4893a05653c38 /Library/Formula/ruby-enterprise-edition.rb
parentc6f30a77b3f8c4d5173809497976e77f1e4f216c (diff)
downloadhomebrew-83b377167b2f00a36a733e8fb01ae3e36cdb0eec.tar.bz2
Use `env`.
Diffstat (limited to 'Library/Formula/ruby-enterprise-edition.rb')
-rw-r--r--Library/Formula/ruby-enterprise-edition.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby-enterprise-edition.rb b/Library/Formula/ruby-enterprise-edition.rb
index 777f9c25e..ed1e9b2fa 100644
--- a/Library/Formula/ruby-enterprise-edition.rb
+++ b/Library/Formula/ruby-enterprise-edition.rb
@@ -5,7 +5,7 @@ class RubyEnterpriseEdition < Formula
url 'http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz'
sha1 '662f37afbe04f3a55ac3b119227a2cd4e53745bf'
- skip_clean 'bin/ruby'
+ env :std
option 'enable-shared', "Compile shared, but see caveats"