Skip to content

detect /bin/sh dependency even if shebang has spaces

Leo requested to merge Leo/abuild:shebang into master

Some packages install /bin/sh scripts but they define their shebang with a space between the #! and the /bin/sh.

Match all whitespace between #! and /bin/sh to find those instances. This was found while inspecting the cuetools package from @Cogitri

Merge request reports