Don't double print ln message in verbose mode
Refs Homebrew/homebrew#11091.
This commit is contained in:
parent
23664db4d7
commit
abfce0f6b2
@ -373,7 +373,6 @@ module ObserverPathnameExtension
|
|||||||
end
|
end
|
||||||
def make_relative_symlink src
|
def make_relative_symlink src
|
||||||
super
|
super
|
||||||
puts "ln #{to_s}" if ARGV.verbose?
|
|
||||||
$n+=1
|
$n+=1
|
||||||
end
|
end
|
||||||
def install_info
|
def install_info
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user