On 10/25/2014 09:15 AM, Michael Palimaka wrote:
> +eqalog() {
> +     local tag=$1 x
> +     shift
> +     for x in "$@" ; do
> +             echo "${tag}" "${x}" >> "${T}"/qa.log
> +     done
> +}
> +
> +eqawarnlog() {
> +     eqalog "$@"
> +     shift
> +     for x in "$@" ; do
> +             eqawarn "  $x"
> +     done
> +}
> +

These functions are internals, so they need to be prefixed with __ like
__eqalog and __eqawarnlog.
-- 
Thanks,
Zac

Reply via email to