commit: f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 13:37:49 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat May 20 13:38:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80c51a8
www-misc/shellinabox: myeconf is an array.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
www-misc/shellinabox/shellinabox-2.20-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-misc/shellinabox/shellinabox-2.20-r1.ebuild
b/www-misc/shellinabox/shellinabox-2.20-r1.ebuild
index dd634bd7e4f..11203d1d18c 100644
--- a/www-misc/shellinabox/shellinabox-2.20-r1.ebuild
+++ b/www-misc/shellinabox/shellinabox-2.20-r1.ebuild
@@ -50,7 +50,7 @@ src_configure() {
econf \
$(use_enable pam) \
- "${myeconf}"
+ "${myeconf[@]}"
}
src_install() {