Revision 14544
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
999 | 999 |
done |
1000 | 1000 |
|
1001 | 1001 |
# change dir |
1002 |
cmd2rel_path; echo_cmd "$FUNCNAME" "$dir" |
|
1003 | 1002 |
# -P: expand symlinks so $PWD matches the output of realpath |
1004 | 1003 |
echo_run self_builtin -P "$dir" |
1005 | 1004 |
if can_log; then caller_indent; fi |
Also available in: Unified diff
lib/sh/util.sh: cd(): use echo_run instead of a manual echo_cmd call