Project

General

Profile

« Previous | Next » 

Revision 13226

lib/sh/util.sh: use new self_builtin

View differences:

trunk/lib/sh/util.sh
967 967
	cmd2rel_path; echo_cmd "$FUNCNAME" "$@"
968 968
	if can_log; then caller_indent; fi
969 969
	# -P: expand symlinks so $PWD matches the output of realpath
970
	builtin "$FUNCNAME" -P "$@"
970
	self_builtin -P "$@"
971 971
	
972 972
	func=realpath clear_cache
973 973
	set_paths

Also available in: Unified diff