1 #include <unistd.h>
2 #include <core.h>
3 
generic_chdir_start(void)4 int generic_chdir_start(void)
5 {
6 	return chdir(CurrentDirName);
7 }
8