-
Bug
-
Resolution: Unresolved
-
Minor
-
None
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
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