Revision 14729
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
905 | 905 |
log "$( |
906 | 906 |
log+ 2 # hide internal logging commands |
907 | 907 |
skip_stack_frame # must be inside () to limit its effects |
908 |
init_i |
|
909 |
|
|
908 | 910 |
exclude='log*' skip_stack_frames # remove log* prefix to echo_func |
911 |
|
|
912 |
get_stack_frame |
|
909 | 913 |
format_stack_frame "$@" |
910 | 914 |
)" |
911 | 915 |
} |
Also available in: Unified diff
fix: lib/sh/util.sh: skip_stack_frames() callers: updated for new skip_stack_frames rather than get_stack_frame behavior