[LyX/master] Try to set executable bit on listFontWithLang.pl

Kornel Benko kornel at lyx.org
Sun May 3 10:33:57 UTC 2020


commit 63ce605b83ec9b796a51b78692b8c3837087332d
Author: Kornel Benko <kornel at lyx.org>
Date:   Sun May 3 12:54:14 2020 +0200

    Try to set executable bit on listFontWithLang.pl
---
 development/tools/listFontWithLang.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/development/tools/listFontWithLang.pl b/development/tools/listFontWithLang.pl
index 62f18f7..5f88c66 100644
--- a/development/tools/listFontWithLang.pl
+++ b/development/tools/listFontWithLang.pl
@@ -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;
         }
       }


More information about the lyx-cvs mailing list