Project

General

Profile

« Previous | Next » 

Revision 8463

lib/util.run: echo_func (): use the caller's FUNCNAME via the $FUNCNAME[] array instead of requiring them to pass it in the function args as `echo_func "$FUNCNAME" "$@"`

View differences:

run
5 5

  
6 6
import ()
7 7
{
8
	echo_func "$FUNCNAME" "$@"
8
	echo_func "$@"
9 9
	fwd "$FUNCNAME" "$@"
10 10
}

Also available in: Unified diff