projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638b3c8
)
Fix travis builds
author
Richard Levitte
<levitte@openssl.org>
Tue, 8 Mar 2016 16:27:15 +0000
(17:27 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 8 Mar 2016 16:38:08 +0000
(17:38 +0100)
Travis doesn't seem to know about 'expr'
Reviewed-by: Emilia Käsper <emilia@openssl.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index ac8d81295dc4308f8725b1b7d96187f11f1f9331..82fada2c7666806118a263786c1d081473791e30 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-83,7
+83,7
@@
before_script:
- cd ..
script:
- - if e
xpr "$CONFIG_OPTS" : "--unified"
; then
+ - if e
cho "$CONFIG_OPTS" | grep "--unified" >/dev/null
; then
cd _build;
else
cd _srcdist;