On 24 June 2012 02:32, Mike Frysinger <vap...@gentoo.org> 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

Reply via email to