vim: clarify that 'true' is a no-op
This commit is contained in:
parent
0226a3a569
commit
ebfb9c4269
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue