diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/extend/pathname.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb index d39b21689..ae64df0c1 100644 --- a/Library/Homebrew/extend/pathname.rb +++ b/Library/Homebrew/extend/pathname.rb @@ -164,7 +164,7 @@ class Pathname out='' n=`find #{to_s} -type f ! -name .DS_Store | wc -l`.to_i out<<"#{n} files, " if n > 1 - out<<`/usr/bin/du -hd0 #{to_s} | cut -d"\t" -f1`.strip + out<<`/usr/bin/du -hs #{to_s} | cut -d"\t" -f1`.strip end def version |
