#!/bin/sh

if test "${GNC_GUILE}"x = x
then
  GNC_GUILE="/build/gnucash-R9We2_/gnucash-2.6.6/gnc-guile"
fi

exec ${GNC_GUILE} "$@"
