diff options
author | Max Rees <maxcrees@me.com> | 2019-07-21 00:16:38 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-07-21 00:16:38 -0400 |
commit | 0a84eaef04242650c8b75fd3826ac7d02a34e0bf (patch) | |
tree | ba91e1f36e39863bc6d1e5adcdf4954424a15590 /abuild-sign.in | |
parent | 91988824d1ede90e371fbcb7461f73a7747ddebd (diff) | |
download | abuild-0a84eaef04242650c8b75fd3826ac7d02a34e0bf.tar.gz abuild-0a84eaef04242650c8b75fd3826ac7d02a34e0bf.tar.bz2 abuild-0a84eaef04242650c8b75fd3826ac7d02a34e0bf.tar.xz abuild-0a84eaef04242650c8b75fd3826ac7d02a34e0bf.zip |
dash is my god now. and it hungers for quotes around local var= expansions.
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##*/} |