diff --git a/src/bin/shell/commands.c b/src/bin/shell/commands.c index 6c59271..0c0380a 100644 --- a/src/bin/shell/commands.c +++ b/src/bin/shell/commands.c @@ -50,10 +50,10 @@ if (cPid == 0x0) { printf("Pid: [%i]\n",cPid); exec("clock",0x0,0x0); - printf("Error: should not get here\n"); exit(0x1); } else { + printf("Childs Pid: [%i]\n",cPid); while (pidStatus(cPid) > 0) sched_yield(); }