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
parente7a1e3e82d695d05effaeb0c340d746b9cfe028d (diff)
downloadgentoo-f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4.tar.gz
gentoo-f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4.tar.xz
www-misc/shellinabox: myeconf is an array.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-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 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() {