Angus Leeming wrote:

> The moral of the story is that this works:
> 
> CONFIGURE="../configure --prefix=/usr/local ${EXTRAINC}
> --enable-maintainer-mode --with-version-suffix --with-included-gettext"
> 
> echo ${CONFIGURE} "--with-frontend=${FRONTEND}"
> cd ${BUILDDIR}
> ${CONFIGURE} "--with-frontend=${FRONTEND}"
> 
> But putting the '--with-frontend=...' in the string does not.

bash dont do variable substitution inside '', but it does inside "".

I don't know if this applies here though. Gee I barely know what are we
talkning about. ;-)

Alfredo


Reply via email to