Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205787 - subversion.eclass - unsafe locale-dependent patterns usage
Summary: subversion.eclass - unsafe locale-dependent patterns usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2008-01-14 12:22 UTC by Jakub Moc (RETIRED)
Modified: 2008-02-17 07:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2008-01-14 12:22:28 UTC
-echo "${@}" | tr "[a-z]" "[A-Z]"
+echo "${@}" | tr "[:lower:]" "[:upper:]"

is probably what you want.
Comment 1 Akinori Hattori gentoo-dev 2008-02-17 07:59:59 UTC
Fixed in CVS. Thank you for reporting!