#!/bin/sh
PATH="/afs/sipb.mit.edu/project/gnucash/1.8/arch/i386_rhel4/libexec/overrides:${PATH}"
export PATH

GUILE_WARN_DEPRECATED="no"
export GUILE_WARN_DEPRECATED

## Uncomment the following line if gnucash 
## shows weird characters in utf8-locales:
(echo $LANG | grep  UTF-8 > /dev/null ) &&  LANG=`echo $LANG | sed s/\.UTF-8//`

exec "gnucash" "$@"
