Skip to content

#125: pacdiff: Be compatible with plocate

Tilman Blumenbach requested to merge tblue/pacman-contrib:GL-125 into master

As described in #125 (closed), plocate treats multiple patterns as a conjunction, while mlocate treats them as a disjunction.

Since plocate doesn't have an option to change its behavior to match mlocate, we now simply call locate once for each pattern, which works for both mlocate and plocate.

Closes #125 (closed).

Merge request reports