Commit 0fa4b41c authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Fixed script version which was still based on CVS Revision tag.

parent 7d166b0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ my $url = 'http://mxr.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 = $1 if ('$Revision$' =~ /\s(\d+\.\d+)\s/);
my $version = '1.14';

getopts('bhilnqtuv');