mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Try to set executable bit on listFontWithLang.pl
This commit is contained in:
parent
fba67710d8
commit
63ce605b83
@ -15,7 +15,7 @@
|
||||
# Option-strings with more that 1 char need be prefixed by '--'
|
||||
#
|
||||
# Option to get list of options: -h
|
||||
#
|
||||
#
|
||||
# Some equivalencies for instance with option -n
|
||||
# -n arial
|
||||
# -N=arial
|
||||
@ -409,7 +409,7 @@ sub getsinglevalue($$$)
|
||||
$minv = $diff;
|
||||
}
|
||||
elsif ($diff == $minv) {
|
||||
if ($key > $maxv) {
|
||||
if ($key < $maxv) {
|
||||
$maxv = $key;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user