X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4f872b563300e4a277cac3d7ea2a999bcf75d1ff..0a4cd38d615574143d1e5b3b9c36efef9e7ce0e4:/IkiWiki/Plugin/aggregate.pm diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index 09ea59029..71368e254 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -42,7 +42,7 @@ sub checkconfig () { #{{{ # The parent process will then handle building the result. # This avoids messy code to clear state accumulated while # aggregating. - defined(my $pid = fork) or error("Can’t fork: $!"); + defined(my $pid = fork) or error("Can't fork: $!"); if (! $pid) { loadstate(); IkiWiki::loadindex();