scripts/get_archive: fix typo

This commit is contained in:
MilhouseVH 2019-08-09 18:35:50 +01:00
parent 55a50f3ec7
commit 50afe5e20c

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}"