Skip to content
Snippets Groups Projects
Commit 5e90c5a7 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1268 from Homebrew/revert-1267-perf/keg-text-executable

Revert "keg_relocate: left out text_executable? check in #1258"
parents 72f9515e 02c567cb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment