mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
x86_64cpuid.pl cosmetics: harmonize $dir treatment with other modules.
This commit is contained in:
parent
c79c5a256b
commit
89778b7f3f
@ -100,8 +100,7 @@ OPENSSL_wipe_cpu:
|
||||
___
|
||||
|
||||
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
|
||||
$dir = "." if $dir eq "";
|
||||
open STDOUT,"| $^X $dir/perlasm/x86_64-xlate.pl $output";
|
||||
open STDOUT,"| $^X ${dir}perlasm/x86_64-xlate.pl $output";
|
||||
|
||||
print<<___;
|
||||
.text
|
||||
|
Loading…
Reference in New Issue
Block a user