tinyca (0.7.5-3) lib/GUI/X509_browser.pm

Summary

 lib/GUI/X509_browser.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- tinyca-0.7.5.orig/lib/GUI/X509_browser.pm
+++ tinyca-0.7.5/lib/GUI/X509_browser.pm
@@ -624,7 +624,7 @@
 
   $dir = $self->{'actdir'};
   # cut off the last directory name to provide the ca-directory
-  $dir =~ s/\/certs|\/req|\/keys$//;
+  $dir =~ s/(\/certs|\/req|\/keys)$//;
   return($dir);
 }