reset $BUILD to no so we don't retain a previous value

This commit is contained in:
Brad Parker 2017-03-17 22:52:51 -04:00
parent 471824e7a6
commit 2613cfbb9c
1 changed files with 1 additions and 0 deletions

View File

@ -783,6 +783,7 @@ while read line; do
fi
ARGS="${ARGS%"${ARGS##*[![:space:]]}"}"
BUILD="NO"
if [ "${TYPE}" = "PROJECT" ]; then
if [ -d "${DIR}/.git" ]; then