mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 23:25:30 -04:00
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 ...
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| pathchk.1 | ||
| pathchk.c | ||