[oe] Commit 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 breaks libtool's do_configure [PATCH]

Stanislav Brabec utx at penguin.cz
Thu Jul 30 12:14:13 UTC 2009


Marc Olzheim wrote:

> (/home/marcolz/src/iphion-new-oe3/embbuild/tmp/work/i686-oe-linux/libtool-cross-2.2.6a-r0/temp/log.do_configure.22690)
> | export: 929: -E: bad variable name

> My local bash version is:
> 
> GNU bash, version 3.2.39(1)-release (i486-pc-linux-gnu)

OK. Next time I will not use unquoted ${a=b c}. Some shells don't like
it.

Committed-By: Stanislav Brabec <utx at penguin.cz>

Just curious, is your /bin/sh link to bash? I am not able to reproduce:

~> sh --version
malloc: using debugging hooks
GNU bash, version 3.2.39(1)-release (x86_64-suse-linux-gnu)
Copyright (C) 2007 Free Software Foundation, Inc.
~> export a=${a=b c}
~> echo $a
b c

-- 
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus





More information about the Openembedded-devel mailing list