It works!

master
http://kerravonsen.dreamwidth.org/ 2010-03-26 04:06:31 +00:00 committed by Joey Hess
parent fb39dc5f5f
commit 62306d85f9
1 changed files with 3 additions and 1 deletions

View File

@ -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