Project

General

Profile

« Previous | Next » 

Revision 14710

bugfix: lib/sh/util.sh: canon_rel_path() stub: proper no-op requires passing through original path

View differences:

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