fix a comment - not really importent
This commit is contained in:
parent
565c172b21
commit
91af9dcc91
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -141,7 +141,7 @@ int main()
|
||||||
if(execv(path, args) != 0)
|
if(execv(path, args) != 0)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "%s%s%s\n", "cshell: ", args[0] ,": command not found");
|
fprintf(stderr, "%s%s%s\n", "cshell: ", args[0] ,": command not found");
|
||||||
exit(1); //child error - chield needs to be closed manually. exit code 225;
|
exit(1); //child error - chield needs to be closed manually. exit code 255;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else //pid > 0 father
|
else //pid > 0 father
|
||||||
|
|
Loading…
Reference in a new issue