]> git.lyx.org Git - lyx.git/blobdiff - src/Mover.cpp
Account for old versions of Pygments
[lyx.git] / src / Mover.cpp
index 13ee2c81de5c9e343023eef52250364e76eba1a7..a901d98b0fa8fd025f13d26d4b1a93bfb412b5a5 100644 (file)
@@ -59,7 +59,7 @@ bool SpecialisedMover::do_copy(FileName const & from, FileName const & to,
        if (command_.empty())
                return Mover::do_copy(from, to, latex);
 
-       string command = libScriptSearch(command_);
+       string command = command_;
        command = subst(command, "$$i", quoteName(from.toFilesystemEncoding()));
        command = subst(command, "$$o", quoteName(to.toFilesystemEncoding()));
        command = subst(command, "$$l", quoteName(latex));