diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/extend/pathname.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb index 9f6f1910b..bab1064d8 100644 --- a/Library/Homebrew/extend/pathname.rb +++ b/Library/Homebrew/extend/pathname.rb @@ -362,12 +362,6 @@ module ObserverPathnameExtension puts "rmdir #{to_s}" if ARGV.verbose? $d+=1 end - def mkpath - return if exist? - super - puts "mkpath #{to_s}" if ARGV.verbose? - $d+=1 - end def make_relative_symlink src super $n+=1 |
