1
0
Fork 0

[F] Fixed bash error

This commit is contained in:
seleznevae 2018-11-18 10:24:30 +03:00
parent aeb33ee646
commit b6639fcf43
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ script:
fi
# cppcheck run
- if [[ "${FORT_C_COMPILER}" == "gcc-8" ]];
- if [[ "${FORT_C_COMPILER}" = "gcc-8" ]];
then
cppcheck lib
fi