aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/scripts
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2005-11-29 17:50:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2005-11-29 17:50:00 +0000
commit379ca2d3e16c8e3177614379fb66d6693705d2c2 (patch)
tree1f6048bd95c9d9e0a99592cadf6fb48ad2d90022 /Carpet/CarpetWeb/scripts
parent77c5b41abb9bcbade7e905e12f992fc0e29b193e (diff)
CarpetWeb: fix perl warning when checking for a patch's endmarker
darcs-hash:20051129175026-776a0-93f36d94ee4c0d475333215c2999000587e86072.gz
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