Home
last modified time | relevance | path

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

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