lib/GUI/X509_browser.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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);
}