From cacefb2b99ee760b98100b7cd3664b84fe01e791 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 24 Dec 2017 07:59:17 +0000 Subject: caveats: tweak root_dir definition style. --- Library/Homebrew/caveats.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3