]> git.saurik.com Git - apt.git/commit
deal with spaces in path, command and filepaths in apt-key
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 13 Sep 2015 20:16:32 +0000 (22:16 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 14 Sep 2015 13:22:19 +0000 (15:22 +0200)
commitfecfbf2e4cbb71d20364306baf6aa7886c5f3ecd
treea8d2e078c7359e36895bbe6430fab1dccb7b0206
parentc5ede4cac6e6496ce19ccea3313ac6b49ba5e8d6
deal with spaces in path, command and filepaths in apt-key

Filenames we get could include spaces, but also the tmpdir we work in
and the failures we print in return a very generic and unhelpful…
Properly supporting spaces is a bit painful as we constructed gpg
command before, which is now moved to (multilevel) calls to temporary
scripts instead.
cmdline/apt-key.in
test/integration/test-apt-key