pacman-key: test for content in keyring files
commit5de465d63efbb82da6127ac927ad29b9c8b1b542
authorDave Reisner <dreisner@archlinux.org>
Sun, 13 May 2012 17:05:58 +0000 (13 13:05 -0400)
committerDan McGee <dan@archlinux.org>
Sun, 20 May 2012 22:35:31 +0000 (20 17:35 -0500)
treef097a1dfda47accda896b2477c351ae2c27c4528
parent233e5f610c409052d4f88382ce5fe97f54fd6e6c
pacman-key: test for content in keyring files

Test for file content (-s) rather than just existance (-f). This fixes a
bug that manifests itself in the case of an empty -revoked file. A zero
element 'keys' array would be passed to gpg, forcing it to list and,
subsequently, revoke all known keys.

Bug introduced in d1240f67eab6.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/pacman-key.sh.in