Good catch, ayust
This commit is contained in:
parent
609a43c15c
commit
b37fa0180f
@ -754,6 +754,9 @@ int shell_exec(char * buffer, size_t buffer_size) {
|
||||
}
|
||||
goto _just_add;
|
||||
case '\\':
|
||||
if (backtick) {
|
||||
goto _just_add;
|
||||
}
|
||||
backtick = 1;
|
||||
goto _next;
|
||||
case ' ':
|
||||
|
Loading…
Reference in New Issue
Block a user