Project

General

Profile

« Previous | Next » 

Revision 9850

lib/sh/util.sh: .(): put echo_func on its own line for clarity

View differences:

lib/sh/util.sh
670 670

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

Also available in: Unified diff