fix
This commit is contained in:
parent
c7ac7b2ab8
commit
b747e8842a
1 changed files with 5 additions and 0 deletions
|
@ -178,6 +178,11 @@ case $XASH_INSTALL_MODE in
|
||||||
git clone --recursive $XASH_GIT_URL
|
git clone --recursive $XASH_GIT_URL
|
||||||
checkerror $?
|
checkerror $?
|
||||||
test -d ${XASH_GIT_DIR} || mkdir -p ${XASH_GIT_DIR}/bin/
|
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 $?
|
checkerror $?
|
||||||
case $XASH_INSTALL_VERSION in
|
case $XASH_INSTALL_VERSION in
|
||||||
0.19)
|
0.19)
|
||||||
|
|
Loading…
Reference in a new issue