From d127f34f690df5dc66bb692caddab9eefc28a88c Mon Sep 17 00:00:00 2001 From: Peter Karlsson Date: Wed, 27 Mar 2002 14:42:07 +0000 Subject: The translation-check header doesn't need to go first anymore. Still make it go after other headers for readability. CVS version numbers copypage.pl: 1.14 -> 1.15 --- copypage.pl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'copypage.pl') diff --git a/copypage.pl b/copypage.pl index 4d65784a859..f3b17a58ac2 100755 --- a/copypage.pl +++ b/copypage.pl @@ -156,18 +156,12 @@ sub copy # Copy the file and insert the revision number my $insertedrevision = 0; - my $isdefinetag = 0; - my $ignorews = 0; while () { next if /\$Id/; - $isdefinetag = 1 if /'; - $ignorews = 0 if /^#/; } unless ($insertedrevision) -- cgit v1.2.3