Home
last modified time | relevance | path

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

/netbsd/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c962 int have_sh = 0; /* HAVE_CYGWIN_SHELL */ in make_command_line() local
965 have_sh = (shell_name != NULL || strstr(full_exec_path, "sh.exe")); in make_command_line()
1114 if (cygwin_mode && have_sh) { /* HAVE_CYGWIN_SHELL */ in make_command_line()