diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/caveats.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index af784a7f2..ca1c2a9f8 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -86,11 +86,7 @@ class Caveats installed << "completions" if completion_installed installed << "functions" if functions_installed - if f.keg_only? - root_dir = f.opt_prefix - else - root_dir = HOMEBREW_PREFIX - end + root_dir = f.keg_only? ? f.opt_prefix : HOMEBREW_PREFIX case shell when :bash |
