Revision 13205
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
1015 | 1015 |
|
1016 | 1016 |
.() |
1017 | 1017 |
{ |
1018 |
log++ log++ echo_func
|
|
1018 |
log_local; log++; log++ echo_func
|
|
1019 | 1019 |
cmd2rel_path; set -- "$FUNCNAME" "$@" |
1020 | 1020 |
if (log++; echo_params; can_log); then indent; fi |
1021 | 1021 |
builtin "$@" |
Also available in: Unified diff
lib/sh/util.sh: .(): log at higher log_level because it's startup code