[or-cvs] Make local links point to the resource in the proper language
Peter Palfrader
weasel at seul.org
Tue Oct 4 23:16:20 UTC 2005
Update of /home/or/cvsroot/website/include
In directory moria:/tmp/cvs-serv29243/include
Modified Files:
functions.wmi
Log Message:
Make local links point to the resource in the proper language
Index: functions.wmi
===================================================================
RCS file: /home/or/cvsroot/website/include/functions.wmi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- functions.wmi 4 Oct 2005 19:10:33 -0000 1.1
+++ functions.wmi 4 Oct 2005 23:16:18 -0000 1.2
@@ -34,7 +34,8 @@
die ("Cannot find 'Revision' header in master's translation metadata of en/$WML_SRC_FILENAME") unless exists $master{'Revision'};
my ($rev) = $master{'Revision'} =~ m/([0-9.]+)/;
- if ($rev eq '') { $rev = '(Revision not a valid number)'; };
+ die "Fbadsfadsf: $rev");
+ if ($rev eq '') { $rev = '(Revision not a valid number)'; die("Foo"); };
return $rev;
};
More information about the tor-commits
mailing list