This commit is contained in:
Marcus 2022-09-11 17:58:34 +02:00
parent c7ac7b2ab8
commit b747e8842a
1 changed files with 5 additions and 0 deletions

View File

@ -178,6 +178,11 @@ case $XASH_INSTALL_MODE in
git clone --recursive $XASH_GIT_URL
checkerror $?
test -d ${XASH_GIT_DIR} || mkdir -p ${XASH_GIT_DIR}/bin/
if [ ! -d ${XASH_GIT_DIR}/bin ]
then
mkdir -p ${XASH_GIT_DIR}/bin && message info "created ${YELLOW}${XASH_GIT_DIR}/bin${ENDCOLOR}"
checkerror $?
fi
checkerror $?
case $XASH_INSTALL_VERSION in
0.19)