summaryrefslogblamecommitdiffstats
path: root/libcompat
blob: 93b09c43d515a77f025a0c97c678e6ebdbbbd5e4 (plain) (tree)
1
2
3
4
5




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