Project

General

Profile

« Previous | Next » 

Revision 14706

lib/sh/util.sh: added canon_rel_path() stub for use by debugging functions

View differences:

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() { :; }
66

  
65 67
function echo_func() { :; }
66 68
alias echo_func='"echo_func" "$FUNCNAME" "$@" && indent || true'
67 69

  

Also available in: Unified diff