From 232e91cff7a1420fc1baf1794f88ff6bc89fef8b Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Wed, 15 Jun 2005 12:00:18 +0000 Subject: [PATCH] Quote path to reLyX correctly git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10068 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/installer/lyx_configure.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/Win32/packaging/installer/lyx_configure.C b/development/Win32/packaging/installer/lyx_configure.C index 4b152a97a4..7057bf4dc7 100644 --- a/development/Win32/packaging/installer/lyx_configure.C +++ b/development/Win32/packaging/installer/lyx_configure.C @@ -289,7 +289,7 @@ void __declspec(dllexport) create_bat_files(HWND hwndParent, int string_size, ch std::string const relyx_file = bin_dir + "\\reLyX"; relyx_bat << "@echo off\r\n" - << "perl.exe " << relyx_file << " %~1 %~2 %~3 %~4 %~5 %~6 %~7 %~8 %~9\r\n"; + << "perl.exe \"" << relyx_file << "\" %~1 %~2 %~3 %~4 %~5 %~6 %~7 %~8 %~9\r\n"; if (!relyx_bat) { pushstring("-1");