back xargs commit

This commit is contained in:
Your Name 2024-02-14 18:48:01 +03:00
parent f4a4fbb8b0
commit 5e28e895e6
1 changed files with 2 additions and 4 deletions

View File

@ -60,10 +60,8 @@ int stdin_read(void) {
*p = '\0';
p = arg;
if (add_arg(arg, chars)) {
fprintf(stderr, "xargs: argument line too long\n");
exit(1);
}
if (add_arg(arg, chars))
break;
args_passed++;
}