#!/bin/sh
PATH="/usr/local/libexec/gnucash/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-make-guids" "$@"
