mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
381 B
15 lines
381 B
#! /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} $@
|