Skip to content
Snippets Groups Projects
Commit 65516431 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

HOMEBREW_GIT_ETC: fix nil etc bug.

parent ee7869b0
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ class Formula
def var; HOMEBREW_PREFIX+'var' end
def bash_completion
etc = ENV['HOMEBREW_GIT_ETC'] ? etc : prefix+'etc'
etc = ENV['HOMEBREW_GIT_ETC'] ? self.etc : prefix+'etc'
etc+'bash_completion.d'
end
def zsh_completion; share+'zsh/site-functions' end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment