提交 9cae86d5 编写于 作者: R Richard Levitte

Fix travis builds

Travis doesn't seem to know about 'expr'
Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 638b3c88
......@@ -83,7 +83,7 @@ before_script:
- cd ..
script:
- if expr "$CONFIG_OPTS" : "--unified"; then
- if echo "$CONFIG_OPTS" | grep "--unified" >/dev/null; then
cd _build;
else
cd _srcdist;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册