mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Use better shell syntax
This commit is contained in:
parent
6f80e271d7
commit
e412d7b28e
|
@ -50,7 +50,7 @@ echo -en "travis_fold:start:build_preparation.1\r"
|
|||
source ./sol2.compiler.vars
|
||||
fi
|
||||
|
||||
if [ ${LUA_VERSION} =~ '5.3' ]
|
||||
if [[ ${LUA_VERSION} =~ "5.3" ]]
|
||||
then
|
||||
export INTEROP_DEFINES=-DINTEROP_EXAMPLES=ON -DTESTS_INTEROP_EXAMPLES=ON -DINTEROP_EXAMPLES_SINGLE=ON
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user