]> git.lyx.org Git - lyx.git/blobdiff - development/tools/GetOptions.pm
ctests: ignore Japanese dvi3 systemF tests
[lyx.git] / development / tools / GetOptions.pm
index 42e29ff036d3cdde0d30abcea46948a7590bf818..3141ee18bd2499bf67cb4256ceaaf544a2778019 100644 (file)
@@ -101,7 +101,7 @@ sub handleOptions($)
       }
       else {
         if (defined($optionsDef{$option}->{listsep})) {
-          my @list = split($optionsDef{$option}->{listsep}, $value);
+          my @list = split(/(?<!\\)$optionsDef{$option}->{listsep}/, $value);
           $options{$fieldname} = \@list;
         }
         else {