# ignore sub_depends if not supported by sorcery declare -f sub_depends &> /dev/null || function sub_depends() { : } # ignore force_depends if not supported by sorcery declare -f force_depends &> /dev/null || function force_depends() { : }