diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-05-20 15:37:49 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-20 15:38:03 +0200 |
commit | f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4 (patch) | |
tree | 3fedea6ee33f7a9039181fe8e7ae281fb1bd4187 /www-misc/shellinabox | |
parent | e7a1e3e82d695d05effaeb0c340d746b9cfe028d (diff) | |
download | gentoo-f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4.tar.gz gentoo-f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4.tar.xz |
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.ebuild | 2 |
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() { |