Bin/DB-Assembler: fixed bug in Mac OS X md5 generation

- IMPORTANT NOTE: new dependency for Mac users: brew install md5sha1sum
This commit is contained in:
ShinDarth
2016-10-25 22:35:14 +02:00
parent 47d1ee4f55
commit 9d11582283

View File

@@ -13,11 +13,7 @@ if [ -f "./config.sh" ]; then
source "./config.sh" # should overwrite previous
fi
if [[ "$unamestr" == 'Darwin' ]]; then
MD5_CMD="md5"
else
MD5_CMD="md5sum"
fi
MD5_CMD="md5sum"
reg_file="$OUTPUT_FOLDER/__db_assembler_registry"