we can not rmdir our current working directory (on solaris)

parent f80b1910
......@@ -252,6 +252,7 @@ mgt_Cflag_atexit(void)
return;
VJ_rmdir("vmod_cache");
VJ_unlink("_.pid");
(void)chdir("/");
VJ_rmdir(workdir);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment