r19015 - gnucash/trunk/src/bin - Fix gnucash-gdb.in to use gdb from the right place

Phil Longstaff plongstaff at code.gnucash.org
Sun Apr 11 08:50:21 EDT 2010


Author: plongstaff
Date: 2010-04-11 08:50:21 -0400 (Sun, 11 Apr 2010)
New Revision: 19015
Trac: http://svn.gnucash.org/trac/changeset/19015

Modified:
   gnucash/trunk/src/bin/gnucash-gdb.in
Log:
Fix gnucash-gdb.in to use gdb from the right place


Modified: gnucash/trunk/src/bin/gnucash-gdb.in
===================================================================
--- gnucash/trunk/src/bin/gnucash-gdb.in	2010-04-10 20:37:38 UTC (rev 19014)
+++ gnucash/trunk/src/bin/gnucash-gdb.in	2010-04-11 12:50:21 UTC (rev 19015)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 @-PRE_RUN-@
-exec $(dirname $0)/gdb @-GNUCASH_BIN_INSTALL_NAME-@ "$@"
+exec gdb $(dirname $0)/@-GNUCASH_BIN_INSTALL_NAME-@ "$@"



More information about the gnucash-changes mailing list