consistency: failure exit with status code 1

This commit is contained in:
Elan Ruusamäe 2015-02-10 14:48:08 +02:00
parent 453ad46df5
commit 0a4266d4ab
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ function nice_die($msg){
</body>
</html>
EOT;
exit;
exit(1);
}
/**