commit | cfaf88aab4a2631a3b2e2097e44c45b9c685916f | [log] [tgz] |
---|---|---|
author | Gunter Knauf <gk@gknw.de> | Fri Feb 15 00:41:54 2008 +0000 |
committer | Gunter Knauf <gk@gknw.de> | Fri Feb 15 00:41:54 2008 +0000 |
tree | 78066ef4d9d4eeac932d07f31295ad529973ca3a | |
parent | ecc75be6f37448520546f30bfe516068fa0220db [diff] |
fixed version var.
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index a51b2d3..08568e3 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl
@@ -41,7 +41,7 @@ # If the OpenSSL commandline is not in search path you can configure it here! my $openssl = 'openssl'; -my $version = '$Revision$'; +my $version = $1 if ('$Revision$' =~ /\s(\d+\.\d+)\s/); getopts('bhilnqtuv');