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

/freebsd-current/usr.bin/apply/
H A Dapply.c63 char *cmd, *name, *p, *shell, *slashp, *tmpshell; local
116 tmpshell = getenv("SHELL");
117 shell = (tmpshell != NULL) ? strdup(tmpshell) : strdup(_PATH_BSHELL);

Completed in 79 milliseconds