Change sed statement in euse to fix bug 410365.
authorPaul Varner <fuzzyray@gentoo.org>
Wed, 16 May 2012 22:27:54 +0000 (17:27 -0500)
committerPaul Varner <fuzzyray@gentoo.org>
Wed, 16 May 2012 22:27:54 +0000 (17:27 -0500)
commit79135c7585402eadeb9e06cbf3138f0d191b15d9
tree89dad0c64122a31fc585f4adc9da8a325fe35108
parentba64705ea61bbfe506bee228b56758216ffb987c
Change sed statement in euse to fix bug 410365.

The sed statement was looking for the useflag as part of the regular
expression.  Since the input to the statement had already grepped for
the relevant entries from use.local.desc, this is unneccessary.  Changed
the sed statement to look for '(.*)  *' instead of '(${1}) *'.
bin/euse