mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
ctests: restore use of -shell-escape to fix Minted
This commit amends 4bb00e99
and fixes the Minted tests.
This commit is contained in:
parent
ee3a711316
commit
4a9bbe61df
@ -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+$//;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user