Made subshells unavailable by default.
This commit is contained in:
2
ui.c
2
ui.c
@@ -1074,7 +1074,7 @@ void ui_loop() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case '!': {
|
case '!': {
|
||||||
#ifndef NO_SYSTEM
|
#ifdef ALLOW_SUBSHELL
|
||||||
char *s;
|
char *s;
|
||||||
dontshowdisplay = 1;
|
dontshowdisplay = 1;
|
||||||
if ((s = edline(0, "Command", "")) && s[strspn(s, " \t")]) {
|
if ((s = edline(0, "Command", "")) && s[strspn(s, " \t")]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user