aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backuper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/backuper.sh b/backuper.sh
index 775b38a..6ef9a8e 100644
--- a/backuper.sh
+++ b/backuper.sh
@@ -82,7 +82,7 @@ result_file() {
compute_gpg_recipients() {
GPG_RECIPIENTS_LIST=""
for R in $GPG_RECIPIENTS; do
- GPG_RECIPIENTS_LIST=" --recipient "$R""
+ GPG_RECIPIENTS_LIST="$GPG_RECIPIENTS_LIST --recipient "$R""
done
}