Peter Alfredsen wrote: > debug-print-function $FUNCNAME $*
You should be using "$@" not unquoted $*.
Seems like the FUNCNAME bit should just be rolled into the function
with "${FUNCNAME[1]}" which could be done tree-wide quite easily.
Peter Alfredsen wrote: > debug-print-function $FUNCNAME $*
You should be using "$@" not unquoted $*.
Seems like the FUNCNAME bit should just be rolled into the function
with "${FUNCNAME[1]}" which could be done tree-wide quite easily.