diff --git a/ccollect b/ccollect index 3c6d77a..c9496b4 100755 --- a/ccollect +++ b/ccollect @@ -78,7 +78,7 @@ _techo() # exit on error _exit_err() { - _techo "$@" + _techo "Error: $@" rm -f "${TMP}" exit 1 }