gnucash/gnucash.in
Linas Vepstas 9b2ee34cf9 makefile and build fixes and corrections from Rob Browning
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1141 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-09-11 06:19:26 +00:00

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