mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 11:14:36 +00:00
Travis - add missing semi-colon
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
3253927d5f
commit
8cffddc0f2
@ -77,7 +77,7 @@ before_script:
|
|||||||
else
|
else
|
||||||
if which ccache >/dev/null; then
|
if which ccache >/dev/null; then
|
||||||
CC="ccache $CC";
|
CC="ccache $CC";
|
||||||
fi
|
fi;
|
||||||
$srcdir/config $CONFIG_OPTS;
|
$srcdir/config $CONFIG_OPTS;
|
||||||
fi
|
fi
|
||||||
- cd ..
|
- cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user