CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/22 10:12:13
Modified files:
regress/usr.bin/xargs: xargs-L.sh
usr.bin/xargs : xargs.c
Log message:
xargs: fix parsing of empty fields when "xargs -0" is used.
Previously, these fields would be skipped. From Hiltjo Posthuma.
