Merge pull request #21 from azet/master

add real execution tracing to debug
This commit is contained in:
Julien Vehent 2014-07-17 12:29:42 -04:00
commit 273211f025
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
}