1
0
Fork 0

[F] Fixed bash error

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

View File

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