[21775]Win32 build: abort build process if install.sh step failed.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.4@21776 57a11ea4-9604-0410-9ed3-97b8803252fd
2.4
Geert Janssens 15 years ago
parent c2352b61f2
commit d7b4fd7909

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

Loading…
Cancel
Save