From fe74c9128c965800449bcd7e6bb163203d9e17b1 Mon Sep 17 00:00:00 2001 From: Peter Karlsson Date: Thu, 16 Nov 2000 21:48:36 +0000 Subject: The /o modifier isn't very smart to use when we actually *need* to recompile the pattern some times... CVS version numbers copypage.pl: 1.6 -> 1.7 --- copypage.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copypage.pl') diff --git a/copypage.pl b/copypage.pl index 47c25a18db9..39c52ac42e5 100755 --- a/copypage.pl +++ b/copypage.pl @@ -108,7 +108,7 @@ sub copy my $revision; while () { - if (m[^/$filename/([0-9]*\.[0-9]*)/]o) + if (m[^/$filename/([0-9]*\.[0-9]*)/]) { $revision = $1; } -- cgit v1.2.3