Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: managed-scripts-plugin
-
Labels:None
-
Similar Issues:
Description
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