summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-05-20 15:37:49 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-05-20 15:38:03 +0200
commitf80c51a8c655f0f0b0790c1335f9f34ab3b83fc4 (patch)
tree3fedea6ee33f7a9039181fe8e7ae281fb1bd4187 /www-misc/shellinabox
parentx11-libs/gtkmathview: ppc stable (bug 618420) (diff)
downloadgentoo-f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4.tar.gz
gentoo-f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4.tar.bz2
gentoo-f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4.zip
www-misc/shellinabox: myeconf is an array.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'www-misc/shellinabox')
-rw-r--r--www-misc/shellinabox/shellinabox-2.20-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-misc/shellinabox/shellinabox-2.20-r1.ebuild b/www-misc/shellinabox/shellinabox-2.20-r1.ebuild
index dd634bd7e4fb..11203d1d18cc 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() {