fixed typo

This commit is contained in:
Filip Bucek 2019-11-05 14:41:40 +01:00
parent 5f0b55164a
commit 39c615eb89

View File

@ -14,7 +14,7 @@ check_dir=$SRCDIR/../src
main() { main() {
FAIL=0; FAIL=0;
{ ERROR="$( { cppcheck $check_dir --suppress=missingIncludeSystem --suppress=unusedFunctionf --enable=all -i $exclude_dir; } 2>&1 1>&3 3>&- )"; } 3>&1; { ERROR="$( { cppcheck $check_dir --suppress=missingIncludeSystem --suppress=unusedFunction --enable=all -i $exclude_dir; } 2>&1 1>&3 3>&- )"; } 3>&1;
if [ ! -z "$ERROR" ]; then if [ ! -z "$ERROR" ]; then
echo "----------------------------------" echo "----------------------------------"