Fix evaluation

This commit is contained in:
Lukáš Růžička 2026-04-27 13:44:43 +02:00 committed by Adam Williamson
commit e93781dc22

View file

@ -378,7 +378,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);