r18185 - gnucash/trunk/packaging/win32 - Let the trap happen.

Derek Atkins warlord at code.gnucash.org
Mon Jul 6 22:45:46 EDT 2009


Author: warlord
Date: 2009-07-06 22:45:46 -0400 (Mon, 06 Jul 2009)
New Revision: 18185
Trac: http://svn.gnucash.org/trac/changeset/18185

Modified:
   gnucash/trunk/packaging/win32/build_package.sh
Log:
Let the trap happen.

Modified: gnucash/trunk/packaging/win32/build_package.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_package.sh	2009-07-07 02:39:21 UTC (rev 18184)
+++ gnucash/trunk/packaging/win32/build_package.sh	2009-07-07 02:45:46 UTC (rev 18185)
@@ -29,6 +29,7 @@
 LOGFILE=${_OUTPUT_DIR}/${LOGFILENAME}
 mkdir -p ${_OUTPUT_DIR}
 
+set +e
 trap on_error ERR
 
 # Run the compile



More information about the gnucash-changes mailing list