Fix travis builds
Travis doesn't seem to know about 'expr' Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
@@ -83,7 +83,7 @@ before_script:
|
|||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if expr "$CONFIG_OPTS" : "--unified"; then
|
- if echo "$CONFIG_OPTS" | grep "--unified" >/dev/null; then
|
||||||
cd _build;
|
cd _build;
|
||||||
else
|
else
|
||||||
cd _srcdist;
|
cd _srcdist;
|
||||||
|
Reference in New Issue
Block a user