Revision 12852
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
741 | 741 |
echo "$file:$line" |
742 | 742 |
} |
743 | 743 |
|
744 |
# usage: func() { [minor=1] echo_func; ... }
|
|
744 |
# usage: func() { echo_func; ... } |
|
745 | 745 |
function echo_func() |
746 | 746 |
# usage: "echo_func" "$FUNCNAME" "$@" && indent || true |
747 | 747 |
# exit status: whether function call was echoed |
Also available in: Unified diff
lib/sh/util.sh: echo_func(): usage: removed no longer used/implemented minor=1 switch. use log++ instead.