build: tell user about removal of non-git repo

This commit is contained in:
Franco Fichtner 2017-08-05 13:41:37 +02:00
parent c7758a578c
commit 281a3cd478
1 changed files with 2 additions and 0 deletions

View File

@ -251,7 +251,9 @@ git_clone()
fi
if [ -d "${1}" ]; then
echo -n ">>> Removing ${1}... "
rm -r "${1}"
echo "done"
fi
echo ">>> Cloning ${1}:"