detect /bin/sh dependency even if shebang has spaces
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