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

@@ -5,12 +5,12 @@
#
# Usage:
#
# set -e
# . _blackbox_common.sh
# Where in the VCS repo should the blackbox data be found?
: ${BLACKBOXDATA:=keyrings/live} ; # If BLACKBOXDATA not set, set it.
set -e
# Outputs a string that is the base directory of this VCS repo.
# By side-effect, sets the variable VCS_TYPE to either 'git', 'hg',