]> git.donarmstrong.com Git - bin.git/commitdiff
add missing semicolon
authorDon Armstrong <don@donarmstrong.com>
Mon, 24 Sep 2007 07:25:59 +0000 (07:25 +0000)
committerDon Armstrong <don@donarmstrong.com>
Mon, 24 Sep 2007 07:25:59 +0000 (07:25 +0000)
delay_mail

index 6fca9398984bf155ebe99a991b950871f590fef4..f78b66c2cdd1b15b367a155c8b1ed837d1aa0792 100755 (executable)
@@ -181,7 +181,7 @@ if (exists $options{enqueue}) {
      my $at_fh;
      my $pid = open($at_fh,'|-','at',$delay) or exit 1;
      print {$at_fh} "$0 '--queue' '$options{queue}' '--process' '$queue_fn';\n";
-     close $at_fh or exit $?
+     close $at_fh or exit $?;
      exit 0;
 }
 elsif ($options{list}) {