mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
BuildSystem: Use the detected name for MD5 everywhere.
Affacted the (automatic) download script for external modules: ./build_tools/download_externals ASTERISK-27596 Change-Id: If4c3176f7bf58df32fec6e02a659f1a78d57cf4b
This commit is contained in:
@@ -165,7 +165,7 @@ if [[ -f ${DESTDIR}${ASTMODDIR}/${module_name}.manifest.xml ]] ; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cs=$(md5sum ${f} | cut -b1-32)
|
cs=$(${MD5} ${f} | cut -b1-32)
|
||||||
if [[ "${cs}" != "${sum}" ]] ; then
|
if [[ "${cs}" != "${sum}" ]] ; then
|
||||||
echo Checksum mismatch: ${f}
|
echo Checksum mismatch: ${f}
|
||||||
need_install=1
|
need_install=1
|
||||||
|
Reference in New Issue
Block a user