Revert "formula: create empty zshrc when zsh is shell"

This reverts commit be55c800d0bf2750902df71d092906b49b49ffce.
This commit is contained in:
Xu Cheng 2015-07-28 14:43:07 +08:00
parent ea08e4fb16
commit 274f21388e

View File

@ -928,7 +928,6 @@ class Formula
@buildpath = Pathname.pwd
env_home = buildpath/".brew_home"
mkdir_p env_home
touch env_home/".zshrc" if ENV["SHELL"].include? "zsh"
old_home, ENV["HOME"] = ENV["HOME"], env_home