Add "set -e" to all scripts.

This commit is contained in:
tlimoncelli@stackexchange.com
2014-09-08 20:25:38 +00:00
parent 3460633506
commit 28bff4ff9f
12 changed files with 13 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
# force /usr/bin and /bin to the front of the PATH.
export PATH=/usr/bin:/bin:"$PATH"
set -e
. _blackbox_common.sh
if [[ "$1" == "" ]]; then