Home
last modified time | relevance | path

Searched refs:env_shell (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/newtask/
H A Dnewtask.c224 char *env_shell = safe_malloc(len_shell); in main() local
232 (void) snprintf(env_shell, len_shell, "SHELL=%s", pw->pw_shell); in main()
239 env[3] = env_shell; in main()