shell 46 tools/crm_shadow.c const char *shell = getenv("SHELL"); shell 55 tools/crm_shadow.c } else if (batch_flag == FALSE && shell != NULL) { shell 60 tools/crm_shadow.c if (strstr(shell, "bash")) { shell 61 tools/crm_shadow.c execl(shell, shell, "--norc", "--noprofile", NULL); shell 63 tools/crm_shadow.c execl(shell, shell, NULL);