X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMover.cpp;h=16d225bfa700333441fa647aace9c3872aa27eb8;hb=c9b1b46796923b0453ccaed022448b61b5be6d8a;hp=a901d98b0fa8fd025f13d26d4b1a93bfb412b5a5;hpb=8b66f9cedf5c32026c66d1a8ac0276adcb864c8e;p=lyx.git diff --git a/src/Mover.cpp b/src/Mover.cpp index a901d98b0f..16d225bfa7 100644 --- a/src/Mover.cpp +++ b/src/Mover.cpp @@ -63,6 +63,7 @@ bool SpecialisedMover::do_copy(FileName const & from, FileName const & to, command = subst(command, "$$i", quoteName(from.toFilesystemEncoding())); command = subst(command, "$$o", quoteName(to.toFilesystemEncoding())); command = subst(command, "$$l", quoteName(latex)); + command = subst(command, "$${python}", os::python()); Systemcall one; return one.startscript(Systemcall::Wait, command) == 0;