]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix some typos in expire
authorDon Armstrong <don@donarmstrong.com>
Tue, 19 Jun 2007 14:09:18 +0000 (07:09 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 19 Jun 2007 14:09:18 +0000 (07:09 -0700)
scripts/expire.in

index 36781bcd09f92203caaccc798936ebce288a36ff..926a14da847f843454980b42c4c71808e144ff4a 100755 (executable)
@@ -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;