summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
a93652d)
# The parent process will then handle building the result.
# This avoids messy code to clear state accumulated while
# aggregating.
# 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();
if (! $pid) {
loadstate();
IkiWiki::loadindex();