Revert "keg_relocate: left out text_executable? check in #1258"
This commit is contained in:
parent
72f9515e9b
commit
02c567cb12
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user