shell fix

This commit is contained in:
Ali Mashtizadeh 2023-10-04 16:48:27 -04:00
parent 462a92cf1a
commit e3711df1cb

View File

@ -102,7 +102,7 @@ DispatchCommand(char *buf)
{ {
int i; int i;
int argc; int argc;
char *argv[SHELL_MAX_ARGS]; char *argv[SHELL_MAX_ARGS+1];
char *nextArg; char *nextArg;
// Remove newline // Remove newline