On Thu, Aug 31, 2017 at 02:11:30PM -0400, Mike Pagano wrote > On Thu, Aug 31, 2017 at 07:27:10PM +0200, Micha?? Górny wrote: > > W dniu czw, 31.08.2017 o godzinie 12???33???-0400, u??ytkownik Mike Pagano > > napisa??: > > > As per PMS remove calls to external command 'tr' in global scope See bug > > > #629106. > > > > Closes: https://bugs.gentoo.org/629106 > > > > (assuming you want the bug closed) > > > > > > > Thanks for the review. Committed. It seems we are limited by PMS one > way or the other. If someone has a better idea of doing this simple > lowercase/uppercase change that satisifies PMS at all versions I am > happy to revisit.
Is "sed -e" allowed? E.g. [d531][waltdnes][~] echo "AbCd" | sed -e 's/\(.*\)/\L\1/' abcd [d531][waltdnes][~] echo "AbCd" | sed -e 's/\(.*\)/\U\1/' ABCD -- Walter Dnes <waltd...@waltdnes.org> I don't run "desktop environments"; I run useful applications