reset $BUILD to no so we don't retain a previous value
This commit is contained in:
parent
471824e7a6
commit
2613cfbb9c
|
@ -783,6 +783,7 @@ while read line; do
|
|||
fi
|
||||
|
||||
ARGS="${ARGS%"${ARGS##*[![:space:]]}"}"
|
||||
BUILD="NO"
|
||||
|
||||
if [ "${TYPE}" = "PROJECT" ]; then
|
||||
if [ -d "${DIR}/.git" ]; then
|
||||
|
|
Loading…
Reference in New Issue