aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-06-03 15:03:22 -0500
committerJack Nagel2013-06-03 15:03:22 -0500
commitd17a03ad496d3642323f837bb32e337b9cb12dc7 (patch)
tree0ad4b42cce6a492d25698401eada0bf78bdf312b
parente58baae143c78750b8a30dde588a83dbfd53edd3 (diff)
downloadhomebrew-d17a03ad496d3642323f837bb32e337b9cb12dc7.tar.bz2
macvim: style
-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 30cd547b8..8c30879ff 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -42,7 +42,7 @@ class Macvim < Formula
--with-local-dir=#{HOMEBREW_PREFIX}
]
- args << "--with-macsdk=#{MacOS::version.to_s}" unless MacOS::CLT.installed?
+ args << "--with-macsdk=#{MacOS.version}" unless MacOS::CLT.installed?
args << "--enable-cscope" if build.with? "cscope"
if build.with? "lua"