Project

General

Profile

« Previous | Next » 

Revision 9849

lib/sh/util.sh: .(): added echo_func (2 log_levels up because it's internal)

View differences:

util.sh
670 670

  
671 671
.()
672 672
{
673
	cmd2rel_path; set -- "$FUNCNAME" "$@"
673
	clog++ clog++ echo_func; cmd2rel_path; set -- "$FUNCNAME" "$@"
674 674
	if (log++; echo_params; can_log); then indent; fi
675 675
	builtin "$@"
676 676
}

Also available in: Unified diff