File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -732,17 +732,17 @@ if [[ ! "${_CONFIG}" =~ (zero|bldtst|pico|nano|micro|mini) ]]; then
732732 fi
733733fi
734734
735- # if [[ "${_CONFIG}" = *'dev'* ]]; then
736- # if [[ ! "${_CONFIG}" =~ (zero|bldtst|pico|nano|micro|mini) || "${_CONFIG}" = *'cares'* ]]; then
737- # if [[ "${_CONFIG}" != *'nocares'* ]]; then
738- # _DEPS+=' cares'
739- # fi
740- # fi
741- # else
742- # if [[ "${_CONFIG}" = *'cares'* ]]; then
743- # _DEPS+=' cares'
744- # fi
745- # fi
735+ if [[ " ${_CONFIG} " = * ' dev' * ]]; then
736+ if [[ ! " ${_CONFIG} " =~ (zero| bldtst| pico| nano| micro| mini) || " ${_CONFIG} " = * ' cares' * ]]; then
737+ if [[ " ${_CONFIG} " != * ' nocares' * ]]; then
738+ _DEPS+=' cares'
739+ fi
740+ fi
741+ else
742+ if [[ " ${_CONFIG} " = * ' cares' * ]]; then
743+ _DEPS+=' cares'
744+ fi
745+ fi
746746
747747if [[ ! " ${_CONFIG} " =~ (zero| bldtst| nocookie) ]]; then
748748 _DEPS+=' psl'
You can’t perform that action at this time.
0 commit comments