add real execution tracing to debug

This commit is contained in:
Aaron Zauner 2014-07-17 18:08:29 +02:00
parent e345f6034d
commit efd84cdb24
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ verbose() {
debug(){
if [ $DEBUG == 1 ]; then
echo Debug: "$@" >&2
set -evx
fi
}