INIT_PATH
glob_envp[0] = malloc((unsigned)(strlen(INIT_PATH)+2));
(void) strcpy(glob_envp[0], INIT_PATH);