Commit 9cae86d5 authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix travis builds



Travis doesn't seem to know about 'expr'

Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
parent 638b3c88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;