#!/bin/sh

if test "${GNC_GUILE}"x = x
then
  GNC_GUILE="/home/abuild/rpmbuild/BUILD/gnucash-2.6.7/gnc-guile"
fi

exec ${GNC_GUILE} "$@"
