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,9 +102,9 @@ script:
fi
# cppcheck run
- if [[ "${FORT_C_COMPILER}" = "gcc-8" ]];
then
cppcheck lib
- |
if [ "${FORT_C_COMPILER}" = "gcc-8" ]; then
cppcheck lib
fi
# Print all environment variables to aid in CI development