diff --git a/bin/brew b/bin/brew index f6ef1c3929..38cdee9389 100755 --- a/bin/brew +++ b/bin/brew @@ -177,7 +177,7 @@ Commands: EOS end -def abv keg +def abv keg='' keg=$cellar+keg `find #{keg} -type f | wc -l`.strip+' files, '+`du -hd0 #{keg} | cut -d"\t" -f1`.strip end