phpinternalsbook / PHP-Internals-Book

PHP Internals Book
http://www.phpinternalsbook.com/
Other
1.39k stars 177 forks source link

Ensure proper exit codes for each shell script #111

Closed flavioheleno closed 2 years ago

flavioheleno commented 2 years ago

This PR ensures that the shell scripts at the root of the repo have proper exit codes for failures as well as success.

This helps spotting automation issues, such as the one in #109