Skip to content

Commit

Permalink
app-shells/fish: fix local -x case typo
Browse files Browse the repository at this point in the history
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Dec 23, 2021
1 parent 38fe8c5 commit f986c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shells/fish/fish-3.3.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f986c5a

Please sign in to comment.