diff --git a/scripts/get_archive b/scripts/get_archive index 2259dfbc53..2061ee4976 100755 --- a/scripts/get_archive +++ b/scripts/get_archive @@ -37,7 +37,7 @@ while [ $NBWGET -gt 0 ]; do [ -z "${PKG_SHA256}" -o "${PKG_SHA256}" = "${CALC_SHA256}" ] && break 2 - printf "%${BUILD_INDENT}c $(print_color CLR_WARNING "WARNING") Incorrect checksum calculated on downloaded file: got ${CALC_SHA256}, wanted ${PKG_SHA256}\n\n" ' '>&$SILENT_OUT + printf "%${BUILD_INDENT}c $(print_color CLR_WARNING "WARNING") Incorrect checksum calculated on downloaded file: got ${CALC_SHA256} wanted ${PKG_SHA256}\n\n" ' '>&$SILENT_OUT fi done NBWGET=$((NBWGET - 1))