mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 19:32:06 +00:00
f06f32849f
working on #672 NOTE: This commit can't be compiled!!
8 lines
148 B
Bash
8 lines
148 B
Bash
# you can choose build type from cmd argument
|
|
if [ ! -z $1 ]
|
|
then
|
|
CCTYPE=$1
|
|
CCTYPE=${CCTYPE^} # capitalize first letter if it's not yet
|
|
fi
|
|
|