Add a default for FORCE_SUBREAPER in ddist.sh

Usually, we want to have FORCE_SUBREAPER=1.
This commit is contained in:
Thomas Orozco 2015-10-16 15:24:22 -07:00
parent 405eea7941
commit 7a6105e44d
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
set -o errexit
set -o nounset
: ${FORCE_SUBREAPER:="1"}
REL_HERE=$(dirname "${BASH_SOURCE}")
HERE=$(cd "${REL_HERE}"; pwd)