#!/bin/sh

if test "${GNC_GUILE}"x = x
then
  GNC_GUILE="/usr/src/ports/gnucash/gnucash-2.6.12-1.x86_64/build/gnc-guile"
fi

exec ${GNC_GUILE} "$@"
