xargs: Add -x when -I is used

POSIX mandates to use -x when -I is used.
This commit is contained in:
Roberto E. Vargas Caballero 2023-09-22 10:37:18 +02:00
parent 8d97acc135
commit b3a8052634
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ main(int argc, char *argv[])
eofstr = EARGF(usage());
break;
case 'I':
xflag = 1;
nflag = 1;
maxargs = 1;
replstr = EARGF(usage());