#!/bin/sh

if test "${GNC_GUILE}"x = x
then
  GNC_GUILE="guile --debug"
fi

exec ${GNC_GUILE} "$@"
