Fix evaluation
This commit is contained in:
parent
be9c426291
commit
636237cd7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue