shell 64 tools/cib_shadow.c const char *shell = getenv("SHELL"); shell 73 tools/cib_shadow.c } else if (batch_flag == FALSE && shell != NULL) { shell 78 tools/cib_shadow.c if (strstr(shell, "bash")) { shell 79 tools/cib_shadow.c execl(shell, shell, "--norc", "--noprofile", NULL); shell 81 tools/cib_shadow.c execl(shell, shell, NULL);