diff --git a/misra/check_misra.sh b/misra/check_misra.sh index 90953ae3..ddfb7d05 100755 --- a/misra/check_misra.sh +++ b/misra/check_misra.sh @@ -15,7 +15,7 @@ cat results.txt # wc -l results.txt errors=`wc -l < results.txt | tr -d ' '` -echo $errors + " MISRA violations" +echo $errors MISRA violations if [ $errors -gt 0 ]; then exit 1