mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-27 19:56:23 +00:00
Merge pull request #38 from dhaillant/fix-md5sum-locale
Fix md5sum locale issue by forcing LC_ALL=C
This commit is contained in:
@@ -10,6 +10,7 @@ md5_check () {
|
||||
return 1;
|
||||
fi;
|
||||
else
|
||||
export LC_ALL=C
|
||||
export valid_md5=`echo ${DOWNLOADHASH} ${ARCHIVENAMEBASE}.tar.gz | md5sum -c - | grep ": OK" | wc -l`
|
||||
|
||||
if [ "$valid_md5" -ne "1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user