This commit is contained in:
Jakub Adamski 2019-01-10 15:02:22 +01:00
parent 762f192b9f
commit 4f081c4627
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ int main (){
ile = cut(argv, komenda);
if (argv[0]==NULL)
continue;
else if (!strncmp(argv[0], "exit", 4))
else if (argv[0][0]=='e' && argv[1]=='x' && argv[2]=='i')
break;
else
if (fork() == 0)