Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2233cf1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix bug: repeated restricted effective conditions."

parents c1817038 1f69c440
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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
     ;;
     ;;