Skip to content
Snippets Groups Projects
Commit 73a607f7 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'bugfix/basile/check-newline' into 'master'

[script] Fix exit code of `check_newline.sh`

See merge request frama-c/frama-c!3127
parents c1301773 65abf8f7
No related branches found
No related tags found
No related merge requests found
...@@ -32,5 +32,5 @@ done < <(file -f "$1" --mime | grep '\btext' | cut -d: -f1) ...@@ -32,5 +32,5 @@ done < <(file -f "$1" --mime | grep '\btext' | cut -d: -f1)
if [ $errors -gt 0 ]; then if [ $errors -gt 0 ]; then
echo "Found $errors file(s) with errors." echo "Found $errors file(s) with errors."
exit 0 exit 1
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment