[Rt-commit] rt branch, 4.0/split-crontool-output, created. rt-4.0.2-25-gca21b14
? sunnavy
sunnavy at bestpractical.com
Sat Aug 20 17:46:41 EDT 2011
The branch, 4.0/split-crontool-output has been created
at ca21b140d85cc4ca12dddeb89c73830e1ae6c9a5 (commit)
- Log -----------------------------------------------------------------
commit ca21b140d85cc4ca12dddeb89c73830e1ae6c9a5
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sun Aug 21 05:46:05 2011 +0800
one line output for each ticket
diff --git a/bin/rt-crontool.in b/bin/rt-crontool.in
index 0eb61b4..0766e10 100755
--- a/bin/rt-crontool.in
+++ b/bin/rt-crontool.in
@@ -187,6 +187,7 @@ while ( my $ticket = $tickets->Next() ) {
process($ticket, undef, $template_obj);
}
+ print "\n" if $verbose;
}
sub process {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list