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
3 3

  
4 4
import ()
5 5
{
6
	echo_func "$FUNCNAME" "$@"
6
	echo_func "$@"
7 7
	make
8 8
}

Also available in: Unified diff