#3501 edit code to debug from review

This commit is contained in:
tonyk7440 2023-01-16 18:28:56 +00:00 committed by Brett Logan
parent e8d8e662c8
commit 516b3f81b1

View file

@ -491,10 +491,9 @@ function RunAdditionalInstalls() {
############################## ##############################
# Check the shell for errors # # Check the shell for errors #
############################## ##############################
debug "INSTALL_CMD:[${INSTALL_CMD}]"
if [ "${ERROR_CODE}" -ne 0 ]; then if [ "${ERROR_CODE}" -ne 0 ]; then
# Error fatal "ERROR: Failed to install the build package at:[${BUILD_PKG}]"
warn "ERROR: Failed to install the build package at:[${BUILD_PKG}]"
warn "INSTALL_CMD:[${INSTALL_CMD}]"
fi fi
fi fi
fi fi