r18504 - gnucash/trunk/src/bin - Need to export the variables for glib to see them

Phil Longstaff plongstaff at code.gnucash.org
Tue Dec 15 19:17:31 EST 2009


Author: plongstaff
Date: 2009-12-15 19:17:30 -0500 (Tue, 15 Dec 2009)
New Revision: 18504
Trac: http://svn.gnucash.org/trac/changeset/18504

Modified:
   gnucash/trunk/src/bin/gnucash-valgrind.in
Log:
Need to export the variables for glib to see them


Modified: gnucash/trunk/src/bin/gnucash-valgrind.in
===================================================================
--- gnucash/trunk/src/bin/gnucash-valgrind.in	2009-12-15 21:27:22 UTC (rev 18503)
+++ gnucash/trunk/src/bin/gnucash-valgrind.in	2009-12-16 00:17:30 UTC (rev 18504)
@@ -7,8 +7,8 @@
 # Other potentially useful options, particularly for valgrind-2.x:
 # --tool=memcheck --trace-children=yes
 #
-G_SLICE=always-malloc
-G_DEBUG=gc-friendly
+export G_SLICE=always-malloc
+export G_DEBUG=gc-friendly
 exec valgrind -v \
     --suppressions=${TOP_SRC_DIR}/src/valgrind-gnucash.supp \
     --suppressions=${TOP_SRC_DIR}/src/valgrind-glib.supp \



More information about the gnucash-changes mailing list