x86_64cpuid.pl cosmetics: harmonize $dir treatment with other modules.
This commit is contained in:
parent
c79c5a256b
commit
89778b7f3f
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue