MOVEDlint: exit 1 in case of error

This commit is contained in:
Baptiste Daroussin 2022-08-23 14:48:35 +02:00
parent 85397ca391
commit abe88637f5

View File

@ -173,4 +173,6 @@ END {
}
close(sort)
if (length(error) > 0)
exit(1)
}