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
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent 57991f2476
commit c7467deeb2

@ -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

Loading…
Cancel
Save