Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: managed-scripts-plugin
-
Labels:None
-
Similar Issues:
Description
Unmanaged shell scripts are run with the -e and -u options to exit on errors and exit on undefined. Managed scripts should follow the same excellent practice.
workaround: #!/bin/sh -eu