Loading tools/build-license-metadata.sh +1 −0 Original line number Original line Diff line number Diff line Loading @@ -201,6 +201,7 @@ calculate_effective_conditions() { for d in ${depfiles}; do for d in ${depfiles}; do if cat "${d}" | egrep -q 'effective_condition\s*:.*restricted' ; then if cat "${d}" | egrep -q 'effective_condition\s*:.*restricted' ; then lconditions="${lconditions}${lconditions:+ }restricted" lconditions="${lconditions}${lconditions:+ }restricted" break fi fi done done ;; ;; Loading Loading
tools/build-license-metadata.sh +1 −0 Original line number Original line Diff line number Diff line Loading @@ -201,6 +201,7 @@ calculate_effective_conditions() { for d in ${depfiles}; do for d in ${depfiles}; do if cat "${d}" | egrep -q 'effective_condition\s*:.*restricted' ; then if cat "${d}" | egrep -q 'effective_condition\s*:.*restricted' ; then lconditions="${lconditions}${lconditions:+ }restricted" lconditions="${lconditions}${lconditions:+ }restricted" break fi fi done done ;; ;; Loading