Re: [coreutils] [PATCH 1/5] tests: factor out VERBOSE-only --version-printing code

2010-11-17 Thread Jim Meyering
Pádraig Brady wrote: > 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;

Re: [coreutils] [PATCH 1/5] tests: factor out VERBOSE-only --version-printing code

2010-11-17 Thread Pádraig Brady
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 >