[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-472-gd2c873d
Shawn Moore
sartak at bestpractical.com
Tue Nov 16 17:09:03 EST 2010
The branch, 3.9-trunk has been updated
via d2c873d86942a1c9a210445737b7fe830737bfe6 (commit)
from 1eb2fcb5874d3776326ce120e6415f090bca14ee (commit)
Summary of changes:
sbin/rt-message-catalog | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d2c873d86942a1c9a210445737b7fe830737bfe6
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Nov 16 17:08:49 2010 -0500
Fix extract-message-catalog's path
diff --git a/sbin/rt-message-catalog b/sbin/rt-message-catalog
index f656e84..6dc27b2 100755
--- a/sbin/rt-message-catalog
+++ b/sbin/rt-message-catalog
@@ -265,6 +265,6 @@ sub rosetta {
sub extract {
shift;
- system($^X, 'sbin/extract-message-catalog', @_);
+ system($^X, 'devel/extract-message-catalog', @_);
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list