Revision 13226
Added by Aaron Marcuse-Kubitza almost 11 years ago
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
lib/sh/util.sh: use new self_builtin