enable 'set -e'

This commit is contained in:
Patrick Schleizer 2019-12-20 06:01:49 -05:00
parent b97c66707c
commit 071c64dc41
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

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