Win32 build: abort build process if install.sh step failed.

BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21775 57a11ea4-9604-0410-9ed3-97b8803252fd
pull/1/head
Geert Janssens 15 years ago
parent 9e08108091
commit 841ffb24ee

@ -6,6 +6,7 @@
# be the top-level daily-build packaging directory.
#
set -o pipefail
set -e
LOG_DIR=build-logs

Loading…
Cancel
Save