Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc246 Name tmp_shell; in exec_vp() local
272 tmp_shell = getvar(shell_name); in exec_vp()
273 if (IS_EQUAL(tmp_shell->string_mb, "")) { in exec_vp()
274 tmp_shell = shell_name; in exec_vp()
276 (void) execve_vroot(tmp_shell->string_mb, in exec_vp()