Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
On 24 June 2012 02:32, Mike Frysinger <vapier@g.o> wrote:
> On Saturday 23 June 2012 13:37:59 Michael Palimaka wrote:
>> +for x in ${LANGS}; do
>> + IUSE+=" linguas_${x}"
>> +done
>
> if you don't want to make it into an array:
> IUSE+=" $(printf 'linguas_%s ' ${LANGS})"
> -mike
What's wrong with the original? Why the subshell?
--
Cheers,
Ben | yngwin
Gentoo developer
Gentoo Qt project lead
|
|