(file) Return to main.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/main.c between version 1.11 and 1.12

version 1.11, 2008/02/22 19:09:51 version 1.12, 2008/03/20 16:18:20
Line 376 
Line 376 
  
 #if defined(PEGASUS_USE_RELEASE_DIRS) && defined(PEGASUS_CORE_DIR) #if defined(PEGASUS_USE_RELEASE_DIRS) && defined(PEGASUS_CORE_DIR)
     workingDirectory = PEGASUS_CORE_DIR;     workingDirectory = PEGASUS_CORE_DIR;
 #else  #elif defined(PEGASUS_DEBUG)
     workingDirectory = "/";      workingDirectory = getenv("PEGASUS_TMP");
 #endif #endif
       if (workingDirectory == NULL)
       {
           workingDirectory = "/";
       }
     if (chdir(workingDirectory) != 0)     if (chdir(workingDirectory) != 0)
     {     {
         Log(LL_WARNING, "Failed to change working directory to %s",         Log(LL_WARNING, "Failed to change working directory to %s",


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2