gobject-introspection: prevent rewrite_shebang from erroring

master
Branch Vincent 2022-02-02 08:05:22 -05:00 committed by BrewTestBot
parent ba3cc285fc
commit ccde75d8e2
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class GobjectIntrospection < Formula
".."
system "ninja", "-v"
system "ninja", "install", "-v"
bin.find { |f| rewrite_shebang detected_python_shebang, f }
rewrite_shebang detected_python_shebang, *bin.children
end
end