aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authorJack Nagel2013-04-06 13:09:24 -0500
committerJack Nagel2013-04-06 13:10:12 -0500
commit0520c36eedd90b8b3eed07f2bb21af1031c671b9 (patch)
tree461cbf635756e81c714987ebdd2304113cacee0a /Library/Formula/macvim.rb
parentacc21e70782932d8e31f99226fe1968c808babb1 (diff)
downloadhomebrew-0520c36eedd90b8b3eed07f2bb21af1031c671b9.tar.bz2
Replace literal paths to ruby with RUBY_PATH
Diffstat (limited to 'Library/Formula/macvim.rb')
-rw-r--r--Library/Formula/macvim.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index ed17980ce..35da39544 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -39,7 +39,7 @@ class Macvim < Formula
--enable-pythoninterp
--enable-rubyinterp
--enable-tclinterp
- --with-ruby-command=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
+ --with-ruby-command=#{RUBY_PATH}
]
args << "--enable-cscope" if build.include? "with-cscope"