aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/keg_relocate.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/keg_relocate.rb b/Library/Homebrew/keg_relocate.rb
index 4fc7143b8..dcf592ae4 100644
--- a/Library/Homebrew/keg_relocate.rb
+++ b/Library/Homebrew/keg_relocate.rb
@@ -79,7 +79,6 @@ class Keg
stdin_data: files.join("\0"))
output.each_line.with_index do |line, i|
next unless line.include?("text")
- next unless files[i].text_executable?
text_files << files[i]
end
end