From 9736956c29fc11eb56198fa297ec4212166213f5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 19 Jun 2007 07:09:18 -0700 Subject: [PATCH] fix some typos in expire --- scripts/expire.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5