# just plain bail out
#
_fail()
{
    echo "$*"
    exit 1
}


_notrun()
{
    _fail "$*"
}

