diff options
| author | Adam Vandenberg | 2012-10-21 15:14:40 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-21 15:14:40 -0700 |
| commit | 3633593a1bca82d0a86df2771612d67d15e0a350 (patch) | |
| tree | fdfd30947a12e9f52505caf005437bbbfaff0057 /Library | |
| parent | 714971eeb68a547476739563d9a40dc7e61eafe1 (diff) | |
| download | homebrew-3633593a1bca82d0a86df2771612d67d15e0a350.tar.bz2 | |
vim: use std environment
Fixes #15566.
Diffstat (limited to 'Library')
| -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 af34c6c81..c3904b849 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -9,7 +9,7 @@ class Vim < Formula head 'https://vim.googlecode.com/hg/' - env :userpaths # To find interpreters + env :std # To find interpreters def install # Why are we specifying HOMEBREW_PREFIX as the prefix? |
