aboutsummaryrefslogtreecommitdiffstats
path: root/copypage.pl
diff options
context:
space:
mode:
authorPeter Karlsson <peterk>2000-11-16 21:48:36 +0000
committerPeter Karlsson <peterk>2000-11-16 21:48:36 +0000
commitfe74c9128c965800449bcd7e6bb163203d9e17b1 (patch)
treecbd461f902f21049676c688d6f39f1a3ac4a6b3f /copypage.pl
parentb26e7d4c1a50c224b15f08b99fba976be0e6605e (diff)
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
Diffstat (limited to 'copypage.pl')
-rwxr-xr-xcopypage.pl2
1 files changed, 1 insertions, 1 deletions
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 (<CVS>)
{
- if (m[^/$filename/([0-9]*\.[0-9]*)/]o)
+ if (m[^/$filename/([0-9]*\.[0-9]*)/])
{
$revision = $1;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy