Commit cfaf88aa authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed version var.

parent ecc75be6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ my $url = 'http://lxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtin
# 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');