]> git.saurik.com Git - apt.git/commit
allow spaces in fingerprints for 'apt-key del'
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 17 Aug 2016 06:10:29 +0000 (08:10 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 17 Aug 2016 12:12:24 +0000 (14:12 +0200)
commite289907f5e7241034cb0d37055dc2cba4e3a19af
tree8fef91c97dda2b848d73e5e3a15fe3e9449c48fd
parent19fdf93d7363261227811a62157063081b9f1a5d
allow spaces in fingerprints for 'apt-key del'

Fingerprints tend to be displayed in space-separated octet pairs so be
nice and allow delete to remove a key based on such a string rather than
requiring that the user is deleting all the spaces manually.
cmdline/apt-key.in
test/integration/test-apt-key