On 21 Oct 2015 00:03, Ulrich Mueller wrote:
> > On Tue, 20 Oct 2015, Mike Frysinger wrote:
>
> >> EAPI 6: Bash version is 4.2.
>
> > do we want to mandate the BASH_COMPAT aspect in PMS ?
> > or at least make into a recommendation ?
>
> If I understand [1] correctly, coverage of BASH_COMPAT i
> On Tue, 20 Oct 2015, Mike Frysinger wrote:
>> EAPI 6: Bash version is 4.2.
> do we want to mandate the BASH_COMPAT aspect in PMS ?
> or at least make into a recommendation ?
If I understand [1] correctly, coverage of BASH_COMPAT is incomplete:
It only changes incompatible behaviour back to
On 16 Oct 2015 20:42, Ulrich Mueller wrote:
> EAPI 6: Bash version is 4.2.
do we want to mandate the BASH_COMPAT aspect in PMS ?
or at least make into a recommendation ?
https://bugs.gentoo.org/431340#c20
local maj=4 min=2
if ([[ ${BASH_VERSINFO[0]} -lt ${maj} ]] ||
[[ ${BASH_VERSINFO