mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 09:26:27 -06:00
9b2ee34cf9
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1141 57a11ea4-9604-0410-9ed3-97b8803252fd
15 lines
381 B
Bash
15 lines
381 B
Bash
#! /bin/sh
|
|
# @configure_input@
|
|
|
|
GNC_ARGS="${GNC_ARGS} --debug"
|
|
GNC_ARGS="${GNC_ARGS} --startup-file ./share/scm/startup.scm"
|
|
GNC_ARGS="${GNC_ARGS} --share-dir ./share"
|
|
GNC_ARGS="${GNC_ARGS} --config-dir ./etc"
|
|
GNC_ARGS="${GNC_ARGS} --load-path (\"(./share/scm)\")"
|
|
|
|
XACC_HELP=${XACC_HELP}:./doc
|
|
export XACC_HELP
|
|
|
|
# Run whichever one was built last.
|
|
exec gnucash.bin ${GNC_ARGS} $@
|