From c7467deeb2cadead87d4daf989880805d15168da Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Tue, 2 Feb 1999 05:05:31 +0000 Subject: [PATCH] fix the quote/escape problem and make this file actually useful ... git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1665 57a11ea4-9604-0410-9ed3-97b8803252fd --- gnucash.gdb-cmds | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnucash.gdb-cmds b/gnucash.gdb-cmds index 38ac002559..482117e3ce 100644 --- a/gnucash.gdb-cmds +++ b/gnucash.gdb-cmds @@ -1,5 +1,7 @@ # You can debug gnucash by running gdb as "gdb -x gnucash.gdb-cmds" # and then executing "run-gnucash somefile". +# +# Secrets: gdb requires that parens be escaped as well as quotes ... file gnucash.bin @@ -8,7 +10,8 @@ define run-gnucash --startup-dir ./share/scm/startup \ --share-dir ./share \ --config-dir ./etc \ - --load-path \ - "(\"(./share/scm)\")" --doc-path "(\"(./Docs)\"\"(./Reports)\")" $arg0 + --load-path \(\"\(./share/scm\)\"\) \ + --doc-path \(\"\(./Docs\)\"\"\(./Reports\)\"\) \ + $arg0 run end