Again minor fix in comments for func_dependencies
This commit is contained in:
parent
7f9fa78b65
commit
1670a20e34
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue