aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetWeb/scripts')
-rwxr-xr-xCarpet/CarpetWeb/scripts/darcs02
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetWeb/scripts/darcs0 b/Carpet/CarpetWeb/scripts/darcs0
index 853b9d787..a8c7ea8b9 100755
--- a/Carpet/CarpetWeb/scripts/darcs0
+++ b/Carpet/CarpetWeb/scripts/darcs0
@@ -67,7 +67,7 @@ while (<STDIN>)
last if (/^$endmarker$/);
$comments{$patch} .= $_;
}
- delete $submitters{$patch} if (! /^$endmarker$/);
+ delete $submitters{$patch} if ($_ && ! /^$endmarker$/);
}
# skip everything that makes out the patch's contents