=== modified file 'bin/confz' --- bin/confz 2014-06-26 17:57:53 +0000 +++ bin/confz 2014-06-25 09:03:07 +0000 @@ -6,7 +6,7 @@ setopt extended_glob warn_create_global no_unset typeset -gA vars vars_prev -typeset -ga do_command actions_performed +typeset -ga do_command typeset -g confz_indent check_only verbose fail_reason : ${check_only:=0} @@ -36,7 +36,6 @@ confz_do() { print -r - "$confz_indent$fg[yellow]*$fg[default] ${(q)@}" - actions_performed+=( "$*" ) "$@" || die "command failed with error $?: ${(q)@}" } @@ -200,9 +199,6 @@ fi done (( $#args )) && require $args - - fail_reason="performed $#actions_performed actions, recheck" - return $#actions_performed } # noop for the toplevel, functionality is in the dependencies