r19262 - gnucash/trunk/packaging/win32 - Undo debug modification introduced in r19100. It bypassed the Abort and was never intended to be committed.

Geert Janssens gjanssens at code.gnucash.org
Wed Jun 16 04:48:47 EDT 2010


Author: gjanssens
Date: 2010-06-16 04:48:47 -0400 (Wed, 16 Jun 2010)
New Revision: 19262
Trac: http://svn.gnucash.org/trac/changeset/19262

Modified:
   gnucash/trunk/packaging/win32/functions.sh
Log:
Undo debug modification introduced in r19100. It bypassed the Abort and was never intended to be committed.

Modified: gnucash/trunk/packaging/win32/functions.sh
===================================================================
--- gnucash/trunk/packaging/win32/functions.sh	2010-06-16 08:46:31 UTC (rev 19261)
+++ gnucash/trunk/packaging/win32/functions.sh	2010-06-16 08:48:47 UTC (rev 19262)
@@ -121,7 +121,7 @@
     echo
     [ "$*" ] && echo "!!! $* !!!"
     echo "!!! ABORTING !!!"
-#    exit -1
+    exit -1
 }
 
 # usage: register_env_var NAME SEPARATOR [DEFAULT]



More information about the gnucash-changes mailing list