commit:     f986c5a4d7d7af8c7a7e549e44d5662066b42de1
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 23 22:37:04 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Dec 23 22:37:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f986c5a4

app-shells/fish: fix local -x case typo

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 app-shells/fish/fish-3.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/fish/fish-3.3.1-r1.ebuild 
b/app-shells/fish/fish-3.3.1-r1.ebuild
index bd040a633309..184f01e1dcab 100644
--- a/app-shells/fish/fish-3.3.1-r1.ebuild
+++ b/app-shells/fish/fish-3.3.1-r1.ebuild
@@ -93,7 +93,7 @@ src_install() {
 src_test() {
        # some tests are fragile, sanitize environment
        local -x COLUMNS=80
-       local -X LINES=24
+       local -x LINES=24
 
        # very fragile, depends on terminal, size, tmux, screen and timing
        rm -v tests/pexpects/terminal.py || die

Reply via email to