shell             240 src/do_command.c 			char *shell = env_get("SHELL", jobenv);
shell             251 src/do_command.c 				fprintf(stderr, "\tcmd='%s' shell='%s'\n", e->cmd, shell);
shell             255 src/do_command.c 				execle(shell, shell, "-c", e->cmd, (char *) 0, jobenv);
shell             256 src/do_command.c 			fprintf(stderr, "execl: couldn't exec `%s'\n", shell);