aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg_relocate.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/keg_relocate.rb b/Library/Homebrew/keg_relocate.rb
index dcf592ae4..4fc7143b8 100644
--- a/Library/Homebrew/keg_relocate.rb
+++ b/Library/Homebrew/keg_relocate.rb
@@ -79,6 +79,7 @@ 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