[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-52-g3e9597c
Kevin Falcone
falcone at bestpractical.com
Fri May 14 21:15:00 EDT 2010
The branch, 3.8-trunk has been updated
via 3e9597cebc8ed6d2fa1006f06c2b9b65ca450ca9 (commit)
from 5e7d1b0e7c5f8191a569ef07dc6dbd52b3965973 (commit)
Summary of changes:
etc/upgrade/generate-rtaddressregexp.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 3e9597cebc8ed6d2fa1006f06c2b9b65ca450ca9
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri May 14 21:14:41 2010 -0400
Config generation failure, fix the var name
diff --git a/etc/upgrade/generate-rtaddressregexp.in b/etc/upgrade/generate-rtaddressregexp.in
index 45554a2..fb26292 100644
--- a/etc/upgrade/generate-rtaddressregexp.in
+++ b/etc/upgrade/generate-rtaddressregexp.in
@@ -84,4 +84,4 @@ You can add the following to RT_SiteConfig.pm, but may want to collapse it into
Keep in mind that this only contains the email addresses that RT knows about, you should also examine
your mail system for aliases that reach RT but which RT doesn't know about.
ENDDESCRIPTION
-print "Set('RTAddressRegexp','^(?:${re})\$');\n";
+print "Set(\$RTAddressRegexp,'^(?:${re})\$');\n";
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list