Jim Meyering <[EMAIL PROTECTED]> writes: > By the way, why do you prefer not to use tr's -s option? > It's also used in the check-README rule just below.
Minimalism. It isn't necessary here, as the input is guaranteed to not have adjacent spaces. Having it makes the code a bit more confusing. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
