提交 a9e96d72 编写于 作者: D Dr. Stephen Henson

Use default value for $dir if it is empty.

上级 d9e427f0
......@@ -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<<___;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册