obviously, we don't want to print the destination path in the build

output
This commit is contained in:
Manuel Friedli 2016-06-27 01:13:09 +02:00
parent 7d774e6f6a
commit 1c2015b41b
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ case "${TARGET}" in
;;
esac
echo "Dest: '${destination}'"
rm -rf "${destination}/*"
rm -rf "${destination}/.??*"
mkdir -p "${destination}/dist"