-
Bug
-
Resolution: Unresolved
-
Minor
-
None
The shebang "#! /bin/bash -eux" currently fails because there is a space between the shebang and the path. Spaces are permitted per: https://en.wikipedia.org/wiki/Shebang_%28Unix%29#Magic_number
This is common enough that the plugin should support it. Please call trim() on the path or remove initial whitespace