X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fscripts%2FprefTest.pm;h=1f1470f5a6c73c1adb07a8e30a7622badfe08baf;hb=98a64be87297a6ea7f6257ff37c70664262ded21;hp=8f8876913443dc5e111a0d73486dfda0a8b57bfa;hpb=4bb00e99fbc4e23075088dfdd8e3d566fbd9d187;p=lyx.git diff --git a/lib/scripts/prefTest.pm b/lib/scripts/prefTest.pm index 8f88769134..1f1470f5a6 100644 --- a/lib/scripts/prefTest.pm +++ b/lib/scripts/prefTest.pm @@ -94,7 +94,7 @@ sub getConverter($$) if ($add) { if ($cmd !~ /\-shell-(escape|restricted)/) { if ($cmd =~ /^(\S+)\s*(.*)$/) { - $cmd = "$1 -shell-restricted $2"; + $cmd = "$1 -shell-escape $2"; $cmd =~ s/\s+$//; } }