On 03/03/2015 10:20 AM, carsten.schlote@gmx.net wrote: > From: Carsten Schlote > > systemd seems to use modern bash features like readarray, which is not > provided by version 3.2.48, which is packaged with ptxdist. > > So I updated the bash package to a more recent bash version. > > Config fragment was updated with actual configure arguments, so that bash > should be configurable similiar as for 3.2 version. > > Signed-off-by: Carsten Schlote > --- > rules/bash.in | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- > rules/bash.make | 29 +++++++++++++++++----- > 2 files changed, 96 insertions(+), 7 deletions(-) > > diff --git a/rules/bash.in b/rules/bash.in > index 8295ad5..b22a726 100644 > --- a/rules/bash.in > +++ b/rules/bash.in > @@ -76,12 +76,48 @@ config BASH_BRACE > to pathname expansion, but the filenames generated > need not exist. > > +config BASH_CASEMODATTR > + bool > + prompt "include case-modifying variable attributes" > + depends on BASH ^^^^^^^^^^^^^^^ Not needed, as the whole block is enclosed in an if BASH...endif Otherwise looks good to me, however I'll let Michael look over this and pick it up after his holidays. Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions | Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |