mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 14:05:28 +00:00
Fix DB-assembler on Mac OS X
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# You can pass latest version as first argument of this script
|
||||||
|
|||||||
Reference in New Issue
Block a user