git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31682
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString cwd = wxGetCwd();
wxSetWorkingDirectory(parOutputPath);
int execres = wxExecute(_T("zip -9 -j ") +
wxString cwd = wxGetCwd();
wxSetWorkingDirectory(parOutputPath);
int execres = wxExecute(_T("zip -9 -j ") +
- wxString(flagVerbose ? _T("") : _T("-q ")) +
- parOutput + _T(" ") + files, true);
+ wxString(flagVerbose ? _T("\"") : _T("-q \"")) +
+ parOutput + _T("\" ") + files, true);
wxSetWorkingDirectory(cwd);
if (execres == -1)
{
wxSetWorkingDirectory(cwd);
if (execres == -1)
{