At 10:31 PM 8/9/01 +0200, Josip Rodin wrote:
On Mon, Aug 06, 2001 at 09:33:00AM -0400, Aurelian Melinte wrote:
> here is attached a fixed check_trans for the "original" issue, a while
ago.
> Could someone verify the fix is not breaking anything and eventually check
> it in
That's:
--- check_trans.pl.orig Mon Jul 30 20:51:28 2001
+++ check_trans.pl Mon Aug 6 23:20:06 2001
@@ -460,6 +466,7 @@
if (/original="([^"]+)"/i) {
$original = $1;
warn "Original is $1\n" if $opt_v;
+ $revision = $oldr;
}
last;
}
And it fixes the problem?
Well, it works for the Romanian tree, that is, it correctly tells which
files need upgrade, as the original does and does not gives that false
"need to upgrade from 1.17 to 1.11". The only thing I did not verified is
that it really tells you that the english/international/Romanian.wml needs
upgrade - I did not had the occasion. Eventually, I can force things, if
you want to be 100% sure. It is only one line fix, but since I did not
coded it, I thought better ask :)
Thanks,
A.