From: Steven Baltakatei Sandoval Date: Sat, 4 Jul 2020 00:22:45 +0000 (+0000) Subject: fix(bkgpslog):Use eval to build command strings X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/f665ce95d072891c192ec23058c33de8ec216a12?hp=f665ce95d072891c192ec23058c33de8ec216a12 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. ---