On May 28, 2013, at 1:34 PM, Eric Bénard <e...@eukrea.com> wrote: > so that the DISTRO variable won't be wrongly assigned if, for > example, local.conf contains DISTRO_FEATURES > > Signed-off-by: Eric Bénard <e...@eukrea.com>
pulled into next branch Thx > --- > oebb.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/oebb.sh b/oebb.sh > index a4ffb0a..ac50719 100755 > --- a/oebb.sh > +++ b/oebb.sh > @@ -120,7 +120,7 @@ else > > #-------------------------------------------------------------------------- > # Specify distribution information > > #-------------------------------------------------------------------------- > - DISTRO=$(grep DISTRO conf/local.conf | grep -v '^#' | awk -F\" '{print > $2}') > + DISTRO=$(grep -w DISTRO conf/local.conf | grep -v '^#' | awk -F\" > '{print $2}') > DISTRO_DIRNAME=`echo $DISTRO | sed s#[.-]#_#g` > > echo "export SCRIPTS_BASE_VERSION=${BASE_VERSION}" > ${OE_ENV_FILE} > -- > 1.8.1.4 > > > _______________________________________________ > Angstrom-distro-devel mailing list > Angstrom-distro-devel@linuxtogo.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel