generate_errors.pl: typo fix
This commit is contained in:
parent
9b11af42e2
commit
e90205f9e6
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Usage: ./generate_errors.pl or scripts/generate_errors.pl without arguments,
|
||||
# or generate_errors.pl include_dir data_dir error_file include_crypto
|
||||
# Include crypto can be either 0 (don't include) or 1 (include). On by default.
|
||||
# include_crypto can be either 0 (don't include) or 1 (include). On by default.
|
||||
|
||||
use strict;
|
||||
|
||||
@ -31,7 +31,7 @@ if( @ARGV ) {
|
||||
}
|
||||
|
||||
if( $include_crypto ) {
|
||||
-d $crypto_include_dir or die "Crypto submodule not present\n";
|
||||
-d $crypto_dir or die "Crypto submodule not present\n";
|
||||
}
|
||||
|
||||
my $error_format_file = $data_dir.'/error.fmt';
|
||||
|
Loading…
Reference in New Issue
Block a user