提交 24a5f17b 编写于 作者: M Matt Caswell

Fix logic to check for indent.pro

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 90b9c78b
......@@ -35,7 +35,7 @@ COMMENTS=false
# our own indent profile, which is at a well known location
INDENT_PROFILE="$HERE/indent.pro"
export INDENT_PROFILE
if [ -f "$INDENT_PROFILE" ]; then
if [ ! -f "$INDENT_PROFILE" ]; then
echo "$0: unable to locate the openssl indent.pro file" >&2
exit 1
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册