Merge "Fix bug: repeated restricted effective conditions."
This commit is contained in:
commit
b2233cf162
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue