Skip to content

Commit

Permalink
MOVEDlint: exit 1 in case of error
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Aug 23, 2022
1 parent 85397ca commit abe8863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/scripts/MOVEDlint.awk
Expand Up @@ -173,4 +173,6 @@ END {
}

close(sort)
if (length(error) > 0)
exit(1)
}

0 comments on commit abe8863

Please sign in to comment.