aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2009-09-30 00:27:15 +0100
committerMax Howell2009-09-30 01:24:31 +0100
commit396ec2efae0cb275d5a52c05167d9e1da2875c4c (patch)
tree5bab4f77dac5b7c7202932ac1b663256ae19c52b
parent98081ce26a048dcb9e1c4bed41ff926ad3eb09a5 (diff)
downloadbrew-396ec2efae0cb275d5a52c05167d9e1da2875c4c.tar.bz2
Show trailing / for dirs with brew list
-rw-r--r--Library/Homebrew/brew.h.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index 078a2928f..82bcafe70 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -346,7 +346,7 @@ private
when 1
puts *files
else
- puts "#{root} (#{files.length} #{other}files)"
+ puts "#{root}/ (#{files.length} #{other}files)"
end
end
end