scripts/get_archive: fix typo

This commit is contained in:
MilhouseVH 2019-08-09 18:35:50 +01:00
parent 2ad72df957
commit 6a480451a4

View File

@ -45,7 +45,7 @@ while [ ${NBWGET} -gt 0 ]; do
done
if [ ${NBWGET} -eq 0 ]; then
die "\nCant't get ${1} sources : ${PKG_URL}\nTry later!"
die "\nCannot get ${1} sources : ${PKG_URL}\nTry later!"
else
build_msg "CLR_INFO" "INFO" "Calculated checksum: ${CALC_SHA256}"
echo "${PKG_URL}" > "${STAMP_URL}"