Skip to content
Snippets Groups Projects
Commit 6cecc4c0 authored by Josh Hagins's avatar Josh Hagins
Browse files

keg_relocate: left out text_executable? check in #1258

parent af78b64d
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