Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmksh.cc88 char * dmake_shell; in init_mksh_globals() local
89 if ((dmake_shell = getenv("DMAKE_SHELL")) == NULL) { in init_mksh_globals()
90 dmake_shell = shell; in init_mksh_globals()
92 MBSTOWCS(wcs_buffer, dmake_shell); in init_mksh_globals()