summaryrefslogtreecommitdiffstats
path: root/libcompat
blob: d481f0c1086a9209f4f89dee3665d046be4be6b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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() {
 :
}