mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
pacman-key: return $ret, not errors
fixes: /usr/bin/pacman-key: line 286: return: errors: numeric argument required Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
bb3dada871
commit
9f500f684d
@ -159,7 +159,7 @@ verify_keyring_input() {
|
||||
fi
|
||||
fi
|
||||
|
||||
return errors
|
||||
return $ret
|
||||
}
|
||||
|
||||
reload_keyring() {
|
||||
|
Loading…
Reference in New Issue
Block a user