keg_relocate: left out text_executable? check in #1258

This commit is contained in:
Josh Hagins 2016-10-12 03:46:46 -04:00
parent af78b64d5c
commit 6cecc4c03e

View File

@ -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