mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
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:
@@ -13,11 +13,7 @@ if [ -f "./config.sh" ]; then
|
|||||||
source "./config.sh" # should overwrite previous
|
source "./config.sh" # should overwrite previous
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$unamestr" == 'Darwin' ]]; then
|
MD5_CMD="md5sum"
|
||||||
MD5_CMD="md5"
|
|
||||||
else
|
|
||||||
MD5_CMD="md5sum"
|
|
||||||
fi
|
|
||||||
|
|
||||||
reg_file="$OUTPUT_FOLDER/__db_assembler_registry"
|
reg_file="$OUTPUT_FOLDER/__db_assembler_registry"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user