Date: Sat, 1 May 2010 22:10:45 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/pathchk pathchk.1 Message-ID: <201005012210.o41MAqSc088811@repoman.freebsd.org>
index | next in thread | raw e-mail
jilles 2010-05-01 22:10:45 UTC
FreeBSD src repository
Modified files:
usr.bin/pathchk pathchk.1
Log:
SVN rev 207485 on 2010-05-01 22:10:45Z by jilles
pathchk(1): Fix the example so it allows arbitrary pathnames.
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
Revision Changes Path
1.7 +1 -1 src/usr.bin/pathchk/pathchk.1
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005012210.o41MAqSc088811>
