]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix cache location regex
authorDon Armstrong <don@donarmstrong.com>
Wed, 2 Oct 2013 00:29:07 +0000 (17:29 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 2 Oct 2013 00:29:07 +0000 (17:29 -0700)
Debbugs/Libravatar.pm

index ca9c035df350bd48c6e59b80d0c8316690c21143..99184ec155c720226fba75283827d8cf4c95207a 100644 (file)
@@ -94,7 +94,7 @@ sub retrieve_libravatar{
         );
     my %param = @_;
     my $cache_location = $param{location};
-    $cache_location =~ s/\.[^\.]+$//;
+    $cache_location =~ s/\.[^\.\/]+$//;
     # take out a lock on the cache location so that if another request
     # is made while we are serving this one, we don't do double work
     my ($fh,$lockfile,$errors) =