From: Martin Pool Date: Fri, 25 Jan 2002 10:55:59 +0000 (+0000) Subject: When comparing directories, use `find .` to call diff, rather than X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d58e4c273c6a8d770c4e0cd80d5f1b70270eb229?hp=d58e4c273c6a8d770c4e0cd80d5f1b70270eb229 When comparing directories, use `find .` to call diff, rather than diff -r. Two reasons: diff -r might not work everywhere, and it also might complain about nonregular files. ---