[rt-users] Bug in rt 3.0.11 CLI

Stephen Quinney stephen at jadevine.org.uk
Wed May 26 10:10:18 EDT 2004


Hi All,

There is a bug in the rt CLI tool that comes as part of 3.0.11. There
is one closing brace too many in the help subroutine. Here's the
patch:

####
sjq at wompom:~/request-tracker3-3.0.11$ diff -u bin/rt.in{.old,}
--- bin/rt.in.old       2004-05-26 15:06:05.000000000 +0100
+++ bin/rt.in   2004-05-26 15:04:49.000000000 +0100
@@ -128,7 +128,6 @@
             foreach $title (grep $_, @titles) {
                 $help{$title} = $item->[2]{Text};
             }
-        }
     }
 
     # What does the user want help with?

####

I will apply this patch to the currently in preparation Debian package
of 3.0.11.

Stephen Quinney

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20040526/c3300047/attachment.sig>


More information about the rt-users mailing list