diff options
| author | Mike McQuaid | 2014-12-27 20:08:25 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 20:08:25 +0000 |
| commit | 9ae0da1be77e7897362a43897ee2731af72bfc95 (patch) | |
| tree | c161c6de96513fc262d17bd83040e99dc9a922fd /Library/Formula/vim.rb | |
| parent | 12cc71561865ae6ca5632aae2f75be5e3d5b5b5e (diff) | |
| download | homebrew-9ae0da1be77e7897362a43897ee2731af72bfc95.tar.bz2 | |
vim: fix apostrophe in comment.
Diffstat (limited to 'Library/Formula/vim.rb')
| -rw-r--r-- | Library/Formula/vim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index 478c12cd4..1381a31db 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -39,7 +39,7 @@ class Vim < Formula def install ENV["LUA_PREFIX"] = HOMEBREW_PREFIX if build.with?("lua") || build.with?("luajit") - # vim doesn"t require any Python package, unset PYTHONPATH. + # vim doesn't require any Python package, unset PYTHONPATH. ENV.delete("PYTHONPATH") opts = [] |
