ache 2003/08/03 19:57:18 PDT FreeBSD src repository Modified files: usr.bin/tr tr.c Log: Special fix just for tr -[cC]s '[:upper:]' '[:lower:]' case (or vice versa): chars taken from s2 can be different this time due to lack of complex upper/lower processing, so fill string2 again to not miss some. Revision Changes Path 1.21 +7 -0 src/usr.bin/tr/tr.c