fix
This commit is contained in:
parent
76d4348fa3
commit
85466e4802
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ do
|
|||
|
||||
if [ -z ${!xashvarname} ]
|
||||
then
|
||||
case ${!xashvar} in
|
||||
case ${xashvar} in
|
||||
BUILD_DIR) XASH_BUILD_DIR=$(pwd)/build ;;
|
||||
INSTALL_DIR) XASH_INSTALL_DIR=$(pwd)/xash3d ;;
|
||||
DS_PORT) XASH_DS_PORT=27015 ;;
|
||||
|
|
Loading…
Reference in a new issue