commit df1464922c95b0afef8e1b11c69cb8b6f16cfe84
Author: Kornel Benko <[email protected]>
Date:   Wed Jun 4 12:31:23 2025 +0200

    Amend 1631330d: dvipdfmx-dev does not exist
    
    Found by Scott.
---
 lib/scripts/prefTest.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/scripts/prefTest.pm b/lib/scripts/prefTest.pm
index 3e5ad81b49..11795c54ea 100644
--- a/lib/scripts/prefTest.pm
+++ b/lib/scripts/prefTest.pm
@@ -122,7 +122,7 @@ sub getConverter($$$)
   return undef if ($par !~ $extrapar);
   my $key = "\"$from\" \"$to\"";
   if ($add) {
-    if ($dev) {
+    if ($dev && ($cmd !~ /^dvipdfmx/)) {
       $cmd =~ s/^([a-z]+)\s/$1-dev /;
     }
     else {
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to