[F] Fixed bash error
This commit is contained in:
parent
b6639fcf43
commit
39fcdf8e4e
@ -102,9 +102,9 @@ script:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# cppcheck run
|
# cppcheck run
|
||||||
- if [[ "${FORT_C_COMPILER}" = "gcc-8" ]];
|
- |
|
||||||
then
|
if [ "${FORT_C_COMPILER}" = "gcc-8" ]; then
|
||||||
cppcheck lib
|
cppcheck lib
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Print all environment variables to aid in CI development
|
# Print all environment variables to aid in CI development
|
||||||
|
Loading…
Reference in New Issue
Block a user