diff options
author | Dave Reisner <dreisner@archlinux.org> | 2011-11-22 05:03:33 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-01 05:28:13 +0100 |
commit | a521cea96f24ba9d060e019c74ccbe63a1e06392 (patch) | |
tree | 2832f79d80754c4559a7a6a99c39173fd075f11d /lib/libalpm/package.c | |
parent | 15aa57d51b4f7f49d55912650ed13ce573f1e946 (diff) | |
download | pacman-a521cea96f24ba9d060e019c74ccbe63a1e06392.tar.gz pacman-a521cea96f24ba9d060e019c74ccbe63a1e06392.tar.xz |
makepkg: avoid using comm for diff'ing package lists
Whereas comm will check inputs to see if they're sorted (and warn when
they aren't), grep doesn't even care about ordering. In this particular
instance -- neither do we. We're only interested that the two lists are
equivalent.
Fixes FS#26580.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/package.c')
0 files changed, 0 insertions, 0 deletions