aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 8e7364393..7610cd264 100644
--- a/Library/Formula/ruby-enterprise-edition.rb
+++ b/Library/Formula/ruby-enterprise-edition.rb
@@ -11,7 +11,7 @@ class RubyEnterpriseEdition <Formula
def install
ENV.gcc_4_2 # fails with LLVM
- args = ['./installer', "--auto #{prefix}", '--no-tcmalloc']
+ args = ['./installer', "--auto", prefix, '--no-tcmalloc']
args.push('-c --enable-shared') if ARGV.include?('--enable-shared')
system *args
end