#!/bin/sh

if test "${GNC_GUILE}"x = x
then
  GNC_GUILE="/opt/gnucash/bin/guile"
fi

exec ${GNC_GUILE} "$@"
