diff options
-rw-r--r-- | dev-java/icedtea/icedtea-3.17.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-java/icedtea/icedtea-3.17.0.ebuild b/dev-java/icedtea/icedtea-3.17.0.ebuild index a1cdb9d968d7..0699e1a02b52 100644 --- a/dev-java/icedtea/icedtea-3.17.0.ebuild +++ b/dev-java/icedtea/icedtea-3.17.0.ebuild @@ -299,6 +299,7 @@ src_configure() { unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS + # force bash for now https://bugs.gentoo.org/722292 CONFIG_SHELL="${EPREFIX}/bin/bash" econf ${config} \ --with-openjdk-src-zip="${DISTDIR}/${OPENJDK_GENTOO_TARBALL}" \ --with-corba-src-zip="${DISTDIR}/${CORBA_GENTOO_TARBALL}" \ |