diff --git a/BLFS/libs/func_dependencies b/BLFS/libs/func_dependencies index 5afc12b..d9d4c97 100644 --- a/BLFS/libs/func_dependencies +++ b/BLFS/libs/func_dependencies @@ -322,10 +322,8 @@ inline_doc # However, uncontrolled recursion will cause a seg-fault due to stack issues with local variables. # set +e -[[ "${VERBOSITY}" > 0 ]] && echo -ne "\n ${spaceSTR:0:$cntr}>push ${DEP}.xinc" >>call_stack [[ "${VERBOSITY}" > 0 ]] && echo -ne "\nrecursive call: $((++cntr)) ${spaceSTR:0:$cntr} ${RED}$DEP${OFF}" do_dependencies $DEP -[[ "${VERBOSITY}" > 0 ]] && echo -ne "\n${spaceSTR:0:$((cntr))}>call_stack [[ "${VERBOSITY}" > 0 ]] && echo -ne "\n ret: $cntr ${spaceSTR:0:$((cntr--))} ${GREEN}$DEP${OFF}\tUsing the new xinclude file for PKG $DEP (to solve $PKG)" set -e