Searched refs:tmpshell (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/shell_cmds-179/apply/
H A Dapply.c67 char *c, *cmd, *name, *p, *q, *shell, *slashp, *tmpshell; local
120 tmpshell = getenv("SHELL");
121 shell = (tmpshell != NULL) ? strdup(tmpshell) : strdup(_PATH_BSHELL);

Completed in 163 milliseconds