Commits on Source (4)
-
Daniel Kahn Gillmor authored
Since at least 2.1.16 (maybe earlier), "gpgconf --list-dirs $foo" works just as well as "gpgconf --list-dirs | grep ^$foo: | cut -f2 -d:" So we go with the simpler option. It would be even better to avoid the shell that popen() invokes for future improvement, but this is a win anyway.
b36df8ae -
Daniel Kahn Gillmor authored
This commit cuts out one unnecessary shell execution that happens in popen, at the cost of having to maintain our own error handling for the pipe back from gpgconf.
94bc40e8 -
Daniel Kahn Gillmor authored0dac450f
-
Daniel Kahn Gillmor authoredb9b40ce1