On Monday 03 November 2008, Steve Long wrote: > Peter Alfredsen wrote: > > debug-print-function $FUNCNAME $* > > You should be using "$@" not unquoted $*. Fixed. Also fixed base_src_unpack and base_src_compile calling their grunt functions with $1, when clearly it should have been $@. > Seems like the FUNCNAME bit should just be rolled into the function > with "${FUNCNAME[1]}" which could be done tree-wide quite easily. I guess that function was written before bash-3 when FUNCNAME was turned into an array. -- /PA