tb running cmds in interactive mode
This commit is contained in:
@ -56,7 +56,7 @@ int32_t SYSCALL5(sys_processctl, pid1, cmd1, arg1, arg2, arg3) {
|
||||
|
||||
Proc *newproc = proc_spawnuser(mp, path);
|
||||
if (newproc == NULL) {
|
||||
ret = E_NOMEMORY;
|
||||
ret = E_SPAWNERROR;
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user