aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/ENV/4.3/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index 6c1b4a0b7..4cfa6c856 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -186,7 +186,7 @@ class Cmd
dups = dels & args
STDERR.puts "brew: superenv removed: #{dels*' '}" unless dels.empty?
- STDERR.puts "brew: superenv deduped: #{dels}" unless dups.empty?
+ STDERR.puts "brew: superenv deduped: #{dups}" unless dups.empty?
STDERR.puts "brew: superenv added: #{adds*' '}" unless adds.empty?
end
end