CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/03/12 20:07:51

Modified files:
        usr.bin/xargs  : xargs.c 

Log message:
xargs: Make the -0 option override -E.

POSIX 1003.1-2024 states that -0 and -E are mutually exclusive, but
leaves unspecified the actual behavior when both are specified.
Unlike GNU xargs, we don't emit a warning when both -0 and -E are
given.  OK daniel@

Reply via email to