[Gnucash-changes] r12363 - gnucash/trunk/src/bin/test - Fix src/bin/test/test-version for new gnucash executable.

Chris Shoemaker chris at cvs.gnucash.org
Sun Jan 15 22:23:35 EST 2006


Author: chris
Date: 2006-01-15 22:23:35 -0500 (Sun, 15 Jan 2006)
New Revision: 12363
Trac: http://svn.gnucash.org/trac/changeset/12363

Modified:
   gnucash/trunk/src/bin/test/test-version
Log:
Fix src/bin/test/test-version for new gnucash executable.


Modified: gnucash/trunk/src/bin/test/test-version
===================================================================
--- gnucash/trunk/src/bin/test/test-version	2006-01-16 02:43:56 UTC (rev 12362)
+++ gnucash/trunk/src/bin/test/test-version	2006-01-16 03:23:35 UTC (rev 12363)
@@ -1,7 +1,5 @@
 #!/bin/sh
-PATH="../overrides/:$PATH"
-export PATH
 GUILE_WARN_DEPRECATED="no"
 export GUILE_WARN_DEPRECATED
 
-exec gnucash-build-env gnucash --version
+exec ../overrides/gnucash-build-env ../gnucash-bin --version



More information about the gnucash-changes mailing list