Author: joes
Date: Wed Mar 19 20:47:40 2014
New Revision: 1579394
URL: http://svn.apache.org/r1579394
Log:
cleaner
Modified:
thrift/cms-site/trunk/lib/path.pm
Modified: thrift/cms-site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1579394&r1=1579393&r2=1579394&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Wed Mar 19 20:47:40 2014
@@ -32,7 +32,7 @@ our %dependencies = (
my $cwd = cwd;
find({ wanted => sub {
$File::Find::prune = 1, return if -d and m!\.page$!;
- s!^$cwd/content!!;
+ s!^\Q$cwd/content!!;
if (/\.md(?:text)?$/) {
push @mdfiles, $_;
}