This commit is contained in:
JustArchi 2017-08-31 07:54:25 +02:00
parent 6b4634746a
commit 5c6bd0eb6f

3
cc.sh
View file

@ -36,7 +36,8 @@ if [[ -d ".git" ]] && hash git &>/dev/null; then
git pull || true
fi
if [[ ! -f "${PROJECT}.sln" ]]; then
if [[ ! -f "$SOLUTION" ]]; then
echo "ERROR: $SOLUTION could not be found!"
exit 1
fi