From: Don Armstrong Date: Mon, 24 Sep 2007 07:25:59 +0000 (+0000) Subject: add missing semicolon X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7d58fe4fd72ceb76cd864717e3f9f45f3c255a1a;p=bin.git add missing semicolon --- diff --git a/delay_mail b/delay_mail index 6fca939..f78b66c 100755 --- a/delay_mail +++ b/delay_mail @@ -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}) {