Searched refs:shell (Results 1 – 3 of 3) sorted by relevance
2311 char *shell = getenv("SHELL"); in config_parse_cmd() local2314 if (shell && (0 == strcmp(shell, "/usr/bin/false") in config_parse_cmd()2315 || 0 == strcmp(shell, "/bin/false"))) in config_parse_cmd()2316 shell = NULL; in config_parse_cmd()2317 *(const char **)&args[0] = shell ? shell : "/bin/sh"; in config_parse_cmd()
513 on shell use:
1584 * [mod_ssi] update chunk after shell output redirect1693 * [build] more portable autogen.sh shell script2124 * [core] fix include_shell on inline shell commands (fixes #2910)3092 * [proc,include_shell] log error if exec shell fails (fixes #2280)3578 * fixed default-shell if SHELL is not set (#441)