summaryrefslogtreecommitdiff
path: root/abuild-sign.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild-sign.in')
-rw-r--r--abuild-sign.in2
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##*/}