mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
removed useless redefinition from db_assembler
This commit is contained in:
@@ -13,7 +13,6 @@ if [ -f "./config.sh" ]; then
|
|||||||
source "./config.sh" # should overwrite previous
|
source "./config.sh" # should overwrite previous
|
||||||
fi
|
fi
|
||||||
|
|
||||||
unamestr=`uname`
|
|
||||||
if [[ "$unamestr" == 'Darwin' ]]; then
|
if [[ "$unamestr" == 'Darwin' ]]; then
|
||||||
MD5_CMD="md5"
|
MD5_CMD="md5"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user