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:
William S Fulton 2009-01-07 16:54:54 +00:00
commit f94edcd855
2 changed files with 6 additions and 6 deletions

View file

@ -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;