]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix two braindead syntax errors
authorDon Armstrong <don@donarmstrong.com>
Sun, 30 Mar 2008 03:01:30 +0000 (20:01 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 30 Mar 2008 03:01:30 +0000 (20:01 -0700)
scripts/spamscan.in

index 5c79c30d623136b50c20688ed4daa042a0cb6a8e..c58fe03043736f36c9b6b5d7235c677e11fef6dc 100755 (executable)
@@ -134,13 +134,13 @@ getid:        for (;;) {
            }
            print $sain "$id\n$nf\n";
            lprint "{$mytid} $id is $nf\n";
-           my $keys = <$saout>
+           my $keys = <$saout>;
            unless (defined $keys) {
                lprint "{$mytid} Could not get keys: $!\n";
                last pp;
            }
            chomp $keys;
-           my $messageid = <$saout>
+           my $messageid = <$saout>;
            unless (defined($messageid)) {
                lprint "{$mytid} Could not read messageid: $!\n";
                last pp;