#!/bin/sh

if test "${GNC_GUILE}"x = x
then
  GNC_GUILE="/usr/obj/ports/gnucash-2.6.11/gnucash-2.6.11/gnc-guile"
fi

exec ${GNC_GUILE} "$@"
