]> git.lyx.org Git - features.git/commitdiff
Fix bug #7338
authorPavel Sanda <sanda@lyx.org>
Mon, 7 Mar 2011 00:37:26 +0000 (00:37 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 7 Mar 2011 00:37:26 +0000 (00:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37866 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXVC.cpp

index ba7b02025528d2ad885ac00fc9de9ad408c9a29e..01743ecadbfff37e52fb86c64781c51caa3e16dc 100644 (file)
@@ -171,6 +171,8 @@ string LyXVC::checkIn()
        if (ok) {
                if (response.empty())
                        response = empty;
+               //shell collisions
+               response = subst(response, from_utf8("\""), from_utf8("\\\""));
                log = vcs->checkIn(to_utf8(response));
 
                // Reserve empty string for cancel button