Bug 6390453 added the followign code to ogl-select: + # Force the vendor name to lower case + VENDOR=`echo ${VENDOR} | /usr/bin/tr [A-Z] [a-z]` + But this code contains unescaped shell wild cards. [a-z] matches "a" if /a exists.
N/A
Terms of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines | Site Map | HelpYour use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.Copyright © 1995-2009 Sun Microsystems, Inc.