Again minor fix in comments for func_dependencies

This commit is contained in:
Pierre Labastie 2015-11-04 09:26:58 +00:00
parent 7f9fa78b65
commit 1670a20e34

View file

@ -71,7 +71,7 @@ local dep_level
read -u6 -a rootlink
depth=${#rootlink[*]}
dep_level=$DEP_LEVEL
# For now, process only optional deps for the root packages.
# For now, process optional deps only for the root packages.
if (( $DEP_LEVEL > 2 )) && (( $depth > 1 )); then dep_level=2; fi
srootlink="${rootlink[*]} "
# start of Depfile