vim: use std environment

Fixes Homebrew/homebrew#15566.
This commit is contained in:
Adam Vandenberg 2012-10-21 15:14:40 -07:00
parent 64cfee399b
commit b89178f8fa

View file

@ -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?