r19509 - gnucash/trunk/src/bin - Remove GNC_STANDARD_REPORTS_DIR from gnucash launcher as well.

Geert Janssens gjanssens at code.gnucash.org
Sun Aug 29 16:05:34 EDT 2010


Author: gjanssens
Date: 2010-08-29 16:05:34 -0400 (Sun, 29 Aug 2010)
New Revision: 19509
Trac: http://svn.gnucash.org/trac/changeset/19509

Modified:
   gnucash/trunk/src/bin/gnucash-setup-env-osx.in
Log:
Remove GNC_STANDARD_REPORTS_DIR from gnucash launcher as well.

Modified: gnucash/trunk/src/bin/gnucash-setup-env-osx.in
===================================================================
--- gnucash/trunk/src/bin/gnucash-setup-env-osx.in	2010-08-29 19:58:54 UTC (rev 19508)
+++ gnucash/trunk/src/bin/gnucash-setup-env-osx.in	2010-08-29 20:05:34 UTC (rev 19509)
@@ -26,14 +26,12 @@
 LD_LIBRARY_PATH="${EXTRA_LIBS}:${LD_LIBRARY_PATH}"
 DYLD_LIBRARY_PATH="${EXTRA_LIBS}:${DYLD_LIBRARY_PATH}"
 GNC_DBD_DIR="@-GNC_DBD_DIR-@"
-GNC_STANDARD_REPORTS_DIR="@-GNC_STANDARD_REPORTS_DIR-@"
 
 export GNC_MODULE_PATH
 export GUILE_LOAD_PATH
 export LD_LIBRARY_PATH
 export DYLD_LIBRARY_PATH
 export GNC_DBD_DIR
-export GNC_STANDARD_REPORTS_DIR
 export GNC_DOT_DIR="$HOME/Library/Application Support/Gnucash"
 
 if test -z "$DBUS_SESSION_BUS_ADDRESS"; then



More information about the gnucash-changes mailing list