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 | |
parent | x11-libs/gtkmathview: ppc stable (bug 618420) (diff) | |
download | gentoo-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')
-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 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() { |