Drop conditional that is always false
This commit is contained in:
parent
b24ef38bc1
commit
90574a6a4b
@ -53,7 +53,6 @@ class Keg < Pathname
|
|||||||
TOP_LEVEL_DIRECTORIES.map{ |d| self/d }.each do |dir|
|
TOP_LEVEL_DIRECTORIES.map{ |d| self/d }.each do |dir|
|
||||||
next unless dir.exist?
|
next unless dir.exist?
|
||||||
dir.find do |src|
|
dir.find do |src|
|
||||||
next if src == self
|
|
||||||
dst = HOMEBREW_PREFIX + src.relative_path_from(self)
|
dst = HOMEBREW_PREFIX + src.relative_path_from(self)
|
||||||
dst.extend(ObserverPathnameExtension)
|
dst.extend(ObserverPathnameExtension)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user