From: Don Armstrong Date: Tue, 19 Jun 2007 14:09:18 +0000 (-0700) Subject: fix some typos in expire X-Git-Tag: release/2.6.0~545^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9736956c29fc11eb56198fa297ec4212166213f5;p=debbugs.git fix some typos in expire --- diff --git a/scripts/expire.in b/scripts/expire.in index 36781bcd..926a14da 100755 --- a/scripts/expire.in +++ b/scripts/expire.in @@ -93,7 +93,7 @@ our $exit_now = 0; $SIG{INT} = sub {$exit_now=1;}; #process each bug (ie, status file) my @bugs_to_archive = (); -for my $bug (@list))) { +for my $bug (@list) { # Weeeee. print "Examining $bug\n" if $verbose; next unless bug_archiveable(bug=>$bug); @@ -121,7 +121,7 @@ for my $bug (@bugs_to_archive) { } last if $exit_now; } -unlink($config{spool_dir}.'/lock/expire.pid') +unlink($config{spool_dir}.'/lock/expire.pid'); exit $errors;