chiark / gitweb /
damn cvs keywords, inhibit
authoraph <aph@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Fri, 6 Dec 2002 10:22:54 +0000 (10:22 +0000)
committeraph <aph@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Fri, 6 Dec 2002 10:22:54 +0000 (10:22 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@1956 313b444b-1b9f-4f58-a734-7bb04f332e8d

translation-status

index 6f019e445ba7593b4259d2a344449e455e6a6f50..e90179588196b1b1c8d8e4df4fa06c1f3b3a8098 100755 (executable)
@@ -45,11 +45,11 @@ sub getrev {
     warn "checking $enfname:\n" if $opt_v;
     open FILE, $enfname or warn "$enfname: $!\n" and return;
     while (<FILE>) {
-        if (/\$Id: translation-status,v 1.2 2002/12/06 09:59:51 aph Exp $/) {
+        if (/\$Id: [^\s]+ ([\d\.]+) .* Exp \$/) {
             $enrev = $1;
             last;
         }
-        if (/\$Revision: 1.2 $/) {
+        if (/\$Revision: ([\d\.]+) \$/) {
             $enrev = $1;
             last;
         }