Revision 12853
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
749 | 749 |
log_local; log++; can_log || return |
750 | 750 |
local func="$1"; shift |
751 | 751 |
local loc; loc="$(log++ func_loc "$func")" || return |
752 |
echo_cmd "$loc" "$func" "$@"
|
|
752 |
echo_cmd "$func" "$@" "@$loc"
|
|
753 | 753 |
} |
754 | 754 |
# see echo_func alias after stub |
755 | 755 |
|
Also available in: Unified diff
lib/sh/util.sh: echo_func(): put file/line # after function call instead of before so the function name is listed first