freebsd-dev/usr.bin/xargs
Tom Jones f058359ba5 xargs: terminate if line replacement cannot be constructed
If the line with replacement cannot be constructed xargs should
terminate as documented in the man page

We encounter this error, but gnu/xargs doesn't because they have a much
larger limit for created outputs (~10000 lines).

Reviewed by:	oshogbo
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D35574
2022-07-05 16:18:05 +01:00
..
tests
Makefile pkgbase: Put more binaries/lib in runtime 2021-12-21 10:17:27 +01:00
Makefile.depend
pathnames.h
strnsubst.c xargs: terminate if line replacement cannot be constructed 2022-07-05 16:18:05 +01:00
xargs.1 xargs: add some long options for GNU compatibility 2020-09-21 17:06:36 +00:00
xargs.c xargs: terminate if line replacement cannot be constructed 2022-07-05 16:18:05 +01:00