Skip to content

Commit

Permalink
macos fix (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Dec 15, 2024
1 parent f210132 commit a01fdfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ md5_check () {
if [ "$(uname)" == "Darwin" ]; then
export file_md5=`cat ${ARCHIVENAMEBASE}.tar.gz | md5`

if [ "${file_md5}" -ne "${DOWNLOADHASH}" ]; then
if [ "${file_md5}" != "${DOWNLOADHASH}" ]; then
return 0;
else
return 1;
Expand Down

0 comments on commit a01fdfc

Please sign in to comment.