mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
8f3bd46654
Spaces and various other characters in pathnames are not passed through literally by xargs in its default mode. Instead, use find . -exec ... {} + Although the -- argument is not strictly required here, add it anyway to avoid surprises when modifying the code to find -f -somedir ... MFC after: 1 week |
||
---|---|---|
.. | ||
Makefile | ||
pathchk.1 | ||
pathchk.c |