diff options
Diffstat (limited to 'abuild-sign.in')
-rw-r--r-- | abuild-sign.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild-sign.in b/abuild-sign.in index 1ce3a88..6d04c48 100644 --- a/abuild-sign.in +++ b/abuild-sign.in @@ -17,7 +17,7 @@ fi do_sign() { local f i keyname repo - local openssl=$(command -v openssl || echo libressl) + local openssl="$(command -v openssl || echo libressl)" # we are actually only interested in the name, not the file itself keyname=${pubkey##*/} |