From 37ba87cfb16c864f25fc5a1a56fb781ee8f4984e Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sun, 9 Oct 2011 21:53:35 +0000 Subject: [PATCH] Avoid unnecessary spaces with the Windows shell. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39824 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/filetools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/filetools.cpp b/src/support/filetools.cpp index 2cab1aa980..bf61983325 100644 --- a/src/support/filetools.cpp +++ b/src/support/filetools.cpp @@ -594,7 +594,7 @@ string latexEnvCmdPrefix(string const & path) + sep + texinputs + "\" "; else return "cmd /d /c set TEXINPUTS=." + sep + texinputs_prefix - + sep + texinputs + " & "; + + sep + texinputs + "&"; } -- 2.39.2