mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
MOVEDlint: exit 1 in case of error
This commit is contained in:
parent
85397ca391
commit
abe88637f5
@ -173,4 +173,6 @@ END {
|
||||
}
|
||||
|
||||
close(sort)
|
||||
if (length(error) > 0)
|
||||
exit(1)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user