vim: clarify that 'true' is a no-op

This commit is contained in:
Tim D. Smith 2016-09-02 21:41:21 -07:00
parent 0226a3a569
commit ebfb9c4269

View file

@ -105,7 +105,7 @@ class Vim < Formula
# If stripping the binaries is enabled, vim will segfault with
# statically-linked interpreters like ruby
# https://github.com/vim/vim/issues/114
system "make", "install", "prefix=#{prefix}", "STRIP=true"
system "make", "install", "prefix=#{prefix}", "STRIP=#{which "true"}"
bin.install_symlink "vim" => "vi" if build.with? "override-system-vi"
end