mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-12-01 21:13:04 +08:00
Fix DB-assembler on Mac OS X
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
SRCPATH=$(readlink -f "../../")
|
||||
unamestr=`uname`
|
||||
if [[ "$unamestr" == 'Darwin' ]]; then
|
||||
SRCPATH=$(greadlink -f "../../")
|
||||
else
|
||||
SRCPATH=$(readlink -f "../../")
|
||||
fi
|
||||
|
||||
#
|
||||
# You can pass latest version as first argument of this script
|
||||
|
||||
Reference in New Issue
Block a user