Skip to content
Snippets Groups Projects
Commit 72f9515e authored by Josh Hagins's avatar Josh Hagins Committed by GitHub
Browse files

Merge pull request #1267 from jawshooah/perf/keg-text-executable

keg_relocate: left out text_executable? check in #1258
parents 01a92dd9 6cecc4c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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