Revision 14710
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
62 | 62 |
alias caller_indent="$__caller_indent" |
63 | 63 |
alias indent="declare $__caller_indent" |
64 | 64 |
|
65 |
function canon_rel_path() { :; }
|
|
65 |
function canon_rel_path() { echo "$1"; }
|
|
66 | 66 |
|
67 | 67 |
function echo_func() { :; } |
68 | 68 |
alias echo_func='"echo_func" "$FUNCNAME" "$@" && indent || true' |
Also available in: Unified diff
bugfix: lib/sh/util.sh: canon_rel_path() stub: proper no-op requires passing through original path