byobu: replace brew --prefix
call with fixed path
This commit is contained in:
parent
3d84762113
commit
507dcdd25f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Byobu < Formula
|
|||
|
||||
def caveats; <<-EOS.undent
|
||||
Add the following to your shell configuration file:
|
||||
export BYOBU_PREFIX=$(brew --prefix)
|
||||
export BYOBU_PREFIX=#{HOMEBREW_PREFIX}
|
||||
EOS
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue