Lars Gullik Bjønnes wrote: > What about using " instead of '? > you might need to use eval > I am sure there is...
Bingo! Thanks, Lars. Thanks, John. CONFIGURE="../configure --enable-maintainer-mode --with-version-suffix --with-included-gettext --with-frontend=\"${FRONTEND}\"" echo ${CONFIGURE} cd ${BUILDDIR} eval ${CONFIGURE} -- Angus