Fix evaluation
Some checks failed
CI via Tox and perl / tox (pull_request) Successful in 1m54s
CI via Tox and perl / perl (pull_request) Failing after 4m50s
CI via Tox and perl / checkwiki (pull_request) Successful in 38s

This commit is contained in:
Lukáš Růžička 2026-04-27 13:44:43 +02:00
commit 636237cd7e

View file

@ -373,7 +373,7 @@ sub console_loadkeys_us {
elsif (get_var('LANGUAGE') eq 'japanese' || get_var('LANGUAGE') eq 'turkish') {
script_run "loadkeys us", 0;
}
elsif (get_var('LANGUAGE') eq 'czech' || get_var('LAYOUT' eq 'czech')) {
elsif (get_var('LANGUAGE') eq 'czech' || get_var('LAYOUT') eq 'czech')) {
script_run('loadkezs us', 0);
}
wait_still_screen(3);