On 17/11/10 21:31, Jim Meyering wrote:
> FYI, here are 5 change-sets to make a few hundred (mostly automated)
> changes like these:
>
> -test "$VERBOSE" = yes && chown --version
> +print_ver_ chown
>
> -test "$VERBOSE" = yes && { cp --version; mv --version; }
> +print_ver_ cp mv
>
> -test "$VERBOSE" = yes && { env -- pwd --version; readlink --version; }
> +print_ver_ pwd readlinkA nice refactoring. Looks good. cheers, Pádraig.
