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;
|
$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<<___;
|
print<<___;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user