Bash strict-mode settings
Intended use in user scripts:
#!/bin/bash
source strict-mode.sh || true
(|| true
to allow running this without having strict-mode.sh
in path)
Intended use in user scripts:
#!/bin/bash
source strict-mode.sh || true
(|| true
to allow running this without having strict-mode.sh
in path)
Merge details
assigned to @wdconinc
added 2 commits
merged