fix(bkgpslog):Use eval to build command strings
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sat, 4 Jul 2020 00:22:45 +0000 (00:22 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sat, 4 Jul 2020 00:22:45 +0000 (00:22 +0000)
commitf665ce95d072891c192ec23058c33de8ec216a12
tree691191fedcfbb64d5b837f9cae711ad114474f41
parentbe9ef23e2a53f4f8ec7553388d9e6f3d169af0e4
fix(bkgpslog):Use eval to build command strings

Use eval to build command strings instead of simply putting bare
unquoted variable. This is necessary because the `recipients` variable
used to build a command to encrypt files may contain quotes if one of
the recipients is an ssh key which may have a space:

    ssh-rsa AAAAB...

This should fix the inability of `bkgpslog` to accept quoted ssh
pubkey strings as a specified `-r` option argument.
exec/bkgpslog