mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Use default value for $dir if it is empty.
This commit is contained in:
parent
d9e427f09c
commit
a9e96d724d
@ -100,6 +100,7 @@ OPENSSL_wipe_cpu:
|
||||
___
|
||||
|
||||
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
|
||||
$dir = "." if $dir eq "";
|
||||
open STDOUT,"| $^X $dir/perlasm/x86_64-xlate.pl $output";
|
||||
|
||||
print<<___;
|
||||
|
Loading…
Reference in New Issue
Block a user