On 08/07/2018 09:46 AM, Michael Orlitzky wrote:
> +     if [[ ${found[@]} ]]; then
> +             eqawarn "system executables owned by nonzero uid:"
> +             for f in "${found[@]}"; do
> +                     # Strip off the leading destdir before outputting the 
> path.
> +                     eqawarn "  ${f#${D%/}}"

Why not use ${ED%/} instead of ${D%/} here, so that the output is the
same regardless of ${EPREFIX}?
-- 
Thanks,
Zac

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to