|
|
@ -613,7 +613,7 @@ fi
|
|
|
|
# shellcheck disable=SC1090
|
|
|
|
# shellcheck disable=SC1090
|
|
|
|
. "${ROOT}/etc/kaleidoscope-builder.conf"
|
|
|
|
. "${ROOT}/etc/kaleidoscope-builder.conf"
|
|
|
|
|
|
|
|
|
|
|
|
if [ -n "${VERBOSE}" ] && [ "${VERBOSE}" -gt 0 ]; then
|
|
|
|
if [ -n "${VERBOSE}" ] && [[ "${VERBOSE}" -gt 0 ]]; then
|
|
|
|
ARDUINO_VERBOSE="-verbose"
|
|
|
|
ARDUINO_VERBOSE="-verbose"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
ARDUINO_VERBOSE="-quiet"
|
|
|
|
ARDUINO_VERBOSE="-quiet"
|
|
|
|