Fix spaces in CCACHE_DIR and probably other places
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11037 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a80aa441aa
commit
f94edcd855
2 changed files with 6 additions and 6 deletions
|
|
@ -56,7 +56,7 @@ int execute(char **argv,
|
|||
{
|
||||
#ifdef _WIN32
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
PROCESS_INFORMATION pinfo;
|
||||
STARTUPINFO sinfo;
|
||||
BOOL ret;
|
||||
|
|
@ -110,7 +110,7 @@ int execute(char **argv,
|
|||
|
||||
return exitcode;
|
||||
#else /* possibly slightly faster */
|
||||
/* Should be portable */
|
||||
/* needs fixing to quote commandline options to handle spaces in CCACHE_DIR etc */
|
||||
int status = -2;
|
||||
int fd, std_od = -1, std_ed = -1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue