1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fixed names of variables

This commit is contained in:
Marcel 2014-07-15 08:20:08 +02:00
parent 0572d44622
commit b501f772d8

View File

@ -78,7 +78,7 @@ mkdir -p ${BASE_DIR}
# thus we should remove the cloned repositories
# if exists, otherwise cloning them may fail
rm -rf ${BASE_DIR}/${SODIUM_DIR}
rm -rf ${SBASE_DIR}/${TOX_CORE}
rm -rf ${BASE_DIR}/${TOX_CORE_DIR}