diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-26 00:15:22 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-26 00:15:22 -0400 |
commit | ab89494797ef6e0045428d63251287bbc05fa63b (patch) | |
tree | dad015bb942913faca452f7acb98cce57adaacd5 /doc/bugs/filecheck_failing_to_find_files.mdwn | |
parent | 6693b3eafed5edb061ac31e046a441189660cd77 (diff) | |
parent | 62306d85f998b5bbd64d213e8c591809dbc07cb8 (diff) | |
download | ikiwiki-ab89494797ef6e0045428d63251287bbc05fa63b.tar ikiwiki-ab89494797ef6e0045428d63251287bbc05fa63b.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs/filecheck_failing_to_find_files.mdwn')
-rw-r--r-- | doc/bugs/filecheck_failing_to_find_files.mdwn | 4 |
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 |