Merge "BuildSystem: Use the detected name for MD5 everywhere." into 13

certified/13.21
Jenkins2 7 years ago committed by Gerrit Code Review
commit c5739f9858

@ -165,7 +165,7 @@ if [[ -f ${DESTDIR}${ASTMODDIR}/${module_name}.manifest.xml ]] ; then
fi
fi
cs=$(md5sum ${f} | cut -b1-32)
cs=$(${MD5} ${f} | cut -b1-32)
if [[ "${cs}" != "${sum}" ]] ; then
echo Checksum mismatch: ${f}
need_install=1

Loading…
Cancel
Save