]> git.lyx.org Git - features.git/blobdiff - src/VCBackend.cpp
The way this was done here is inconsistent with how it is done
[features.git] / src / VCBackend.cpp
index 06fa0dfcf153b20e9e95344408b3bb74deb8916c..974fa7d9c903d88f4289b816af432c11623d6b58 100644 (file)
@@ -43,7 +43,7 @@ int VCS::doVCCommandCall(string const & cmd, FileName const & path)
        LYXERR(Debug::LYXVC, "doVCCommandCall: " << cmd);
        Systemcall one;
        support::PathChanger p(path);
-       return one.startscript(Systemcall::Wait, cmd, string(), false);
+       return one.startscript(Systemcall::Wait, cmd, string(), string(), false);
 }