aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-10 01:17:59 -0500
committerJack Nagel2014-05-10 01:17:59 -0500
commit3fa4062fba2e988360f99e3752e92cd5b4fb08e0 (patch)
treed9ef9c11738d6fefa0a6765b6e8939cb540e4118 /Library/Formula
parentb16c471c289bef51b62ad8d44ab34d4297a2362c (diff)
downloadhomebrew-3fa4062fba2e988360f99e3752e92cd5b4fb08e0.tar.bz2
macvim: drop trailing slash from developer dir
Diffstat (limited to 'Library/Formula')
-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 06f258b7d..e429d4e47 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -91,7 +91,7 @@ class Macvim < Formula
# it is returned by `xcode-select -print-path` and already set by
# Homebrew (in superenv). Instead Macvim needs the deeper dir to directly
# append "SDKs/...".
- args << "--with-developer-dir=#{MacOS::Xcode.prefix}/Platforms/MacOSX.platform/Developer/"
+ args << "--with-developer-dir=#{MacOS::Xcode.prefix}/Platforms/MacOSX.platform/Developer"
end
system "./configure", *args