Revision 9438
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
551 | 551 |
_redirs+=("2>&$err_fd") # assume fd 2 used for errors |
552 | 552 |
fi |
553 | 553 |
|
554 |
cmd2rel_path; echo_cmd "$@" "${_redirs[@]}"; if can_log; then indent; fi
|
|
554 |
cmd2rel_path; echo_cmd "$@" "${_redirs[@]}" |
|
555 | 555 |
( |
556 |
if can_log; then indent; fi |
|
556 | 557 |
log++ set_fds "${_redirs[@]}" |
557 | 558 |
|
558 | 559 |
if test "$verbosity_min"; then verbosity_min "$verbosity_min"; fi |
Also available in: Unified diff
lib/sh/util.sh: command(): moved increase of indent inside () so that error-handling statements after () will use the outer log_level