From 9294875cbb26268af70ec8a84fb9ff74c76cf957 Mon Sep 17 00:00:00 2001 From: joeyh Date: Fri, 20 Jan 2006 22:06:07 +0000 Subject: r1859: * Reverted change in 4.1.9, so generation of EXCLUDE_FIND escapes "." to "\\.", which turns into "\." after being run through the shell, and prevents find from treating -X.svn as a regexp that matches files such as foo/svn.vim. (It's safe to do this now that all uses of EXCLUDE_FIND are via complex_doit(), which was not the case of dh_clean when this change was originally made.) Closes: #349070 --- doc/PROGRAMMING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/PROGRAMMING') diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index b87a8c60..a33daeb0 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -102,7 +102,9 @@ switch variable description EXCLUDE_FIND same as DH_EXCLUDE, except all items are put into a string in a way that they will make find find them. (Use ! in front to negate - that, of course) + that, of course) Note that this should + only be used inside complex_doit(), not in + doit(). -x INCLUDE_CONFFILES include conffiles. It's -x for obscure historical reasons. -- cgit v1.2.3