enable 'set -e'

This commit is contained in:
Patrick Schleizer
2019-12-20 06:01:49 -05:00
parent b97c66707c
commit 071c64dc41

View File

@ -4,6 +4,7 @@
## See the file COPYING for copying conditions.
#set -x
set -e
exit_code=0