]> git.donarmstrong.com Git - bin.git/commitdiff
add some debugging information
authorDon Armstrong <don@donarmstrong.com>
Mon, 24 Sep 2007 07:10:58 +0000 (07:10 +0000)
committerDon Armstrong <don@donarmstrong.com>
Mon, 24 Sep 2007 07:10:58 +0000 (07:10 +0000)
delay_mail

index dbe7d0d52d15d13f4d6c6d5c4386b9874fa0b7c0..854dacbab577b3ad048c5186f4bca1eaa1cec5a5 100755 (executable)
@@ -194,7 +194,7 @@ elsif ($options{list}) {
          last if not defined $entry;
          next if $entry !~ /^\d+$/;
          # they're also just readable files
-         next if not -f $entry or not -r $entry;
+         next if not -f "$options{queue}/$entry" or not -r "$options{queue}/$entry";
          print STDERR "Still dealing with $entry\n" if $DEBUG;
          push @queue,parse_queue_entry($entry);
      }