aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/filecheck_failing_to_find_files.mdwn
diff options
context:
space:
mode:
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>2010-03-26 04:06:31 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-03-26 04:06:31 +0000
commit62306d85f998b5bbd64d213e8c591809dbc07cb8 (patch)
treebe29f501609fc43a8d2061a6f1a3d7476739869d /doc/bugs/filecheck_failing_to_find_files.mdwn
parentfb39dc5f5f3e0dc4b5006b2cf7c85ce0e895ebfa (diff)
downloadikiwiki-62306d85f998b5bbd64d213e8c591809dbc07cb8.tar
ikiwiki-62306d85f998b5bbd64d213e8c591809dbc07cb8.tar.gz
It works!
Diffstat (limited to 'doc/bugs/filecheck_failing_to_find_files.mdwn')
-rw-r--r--doc/bugs/filecheck_failing_to_find_files.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/filecheck_failing_to_find_files.mdwn b/doc/bugs/filecheck_failing_to_find_files.mdwn
index 3209c8f53..f8d8e83e6 100644
--- a/doc/bugs/filecheck_failing_to_find_files.mdwn
+++ b/doc/bugs/filecheck_failing_to_find_files.mdwn
@@ -21,7 +21,9 @@ It turns out that the filecheck plugin couldn't find the file, because it was me
>>>> The reason my patch worked is because, rather than checking whether a filename was passed in before applying IkiWiki::srcfile to the filename, it checks whether the file can be found, and if it cannot be found, then it applies IkiWiki::srcfile to the filename.
>>>> --[[KathrynAndersen]]
->>>>> Can you test if this patch fixes that? --[[Joey]]
+>>>>> Can you test if this patch fixes that? --[[Joey]]
+
+>>>>>> Yes, it works! --[[KathrynAndersen]]
<pre>
diff --git a/IkiWiki/Plugin/remove.pm b/IkiWiki/Plugin/remove.pm