diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-23 14:37:04 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-23 14:37:04 -0800 |
commit | f986c5a4d7d7af8c7a7e549e44d5662066b42de1 (patch) | |
tree | 8146c0eac18d766649544922b9335e37bc994824 /app-shells | |
parent | app-shells/fish: sync live ebuild (diff) | |
download | gentoo-f986c5a4d7d7af8c7a7e549e44d5662066b42de1.tar.gz gentoo-f986c5a4d7d7af8c7a7e549e44d5662066b42de1.tar.bz2 gentoo-f986c5a4d7d7af8c7a7e549e44d5662066b42de1.zip |
app-shells/fish: fix local -x case typo
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-3.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |