Home
last modified time | relevance | path

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

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