Good catch, ayust

This commit is contained in:
Kevin Lange 2012-10-07 11:09:51 -07:00
parent 609a43c15c
commit b37fa0180f

View File

@ -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 ' ':