1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

update md5sum linux

This commit is contained in:
tianduanrui 2017-12-24 10:14:22 +08:00
parent 591a5e4a61
commit eabe3b0fa7

View File

@ -168,7 +168,7 @@ defineReplace(get_md5_command) {
} else:mac* {
command = md5 -q $${filename}
} else {
command = md5sum -b $${filename} | cut -d ' ' -f1
command = md5sum -b $${filename} | cut -d \' \' -f1
}
return ($$command)
}