Made subshells unavailable by default.

This commit is contained in:
pdw
2010-11-27 11:24:43 +00:00
parent e533714b78
commit b7290cfbc0

2
ui.c
View File

@@ -1074,7 +1074,7 @@ void ui_loop() {
break;
}
case '!': {
#ifndef NO_SYSTEM
#ifdef ALLOW_SUBSHELL
char *s;
dontshowdisplay = 1;
if ((s = edline(0, "Command", "")) && s[strspn(s, " \t")]) {