From 235987b03240e018fc063596757f8a357c843c7d Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 25 Sep 2009 17:45:34 +0100 Subject: [PATCH] Don't summarize brew list if piped to another command --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index b6147e0d15..b543e95972 100755 --- a/bin/brew +++ b/bin/brew @@ -47,7 +47,7 @@ begin if ARGV.named_empty? ENV['CLICOLOR']=nil exec 'ls', *ARGV.options<