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

Revert "keg_relocate: left out text_executable? check in #1258"

parent 72f9515e
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