summary refs log tree commit diff
path: root/scripts-dev/docker_update_debian_changelog.sh
diff options
context:
space:
mode:
authorDan Callahan <danc@element.io>2021-10-18 16:55:18 +0100
committerDan Callahan <danc@element.io>2021-10-22 23:08:53 +0100
commit64adbb7b5425bb618077e1ab85faede1301de024 (patch)
tree8f8ccf69277819fa73cad55c08e69c720b1dee1c /scripts-dev/docker_update_debian_changelog.sh
parentFix Shellcheck SC2164: exit in case cd fails. (diff)
downloadsynapse-64adbb7b5425bb618077e1ab85faede1301de024.tar.xz
Fix Shellcheck SC2046: Quote to prevent word split
Quote this to prevent word splitting

https://www.shellcheck.net/wiki/SC2046

Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'scripts-dev/docker_update_debian_changelog.sh')
-rwxr-xr-xscripts-dev/docker_update_debian_changelog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/docker_update_debian_changelog.sh b/scripts-dev/docker_update_debian_changelog.sh
index 89821bba72..14c155aee5 100755
--- a/scripts-dev/docker_update_debian_changelog.sh
+++ b/scripts-dev/docker_update_debian_changelog.sh
@@ -60,5 +60,5 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y devscripts
 
 # Update the Debian changelog.
 ver=${1}
-dch -M -v $(sed -Ee 's/(rc|a|b|c)/~\1/' <<<$ver) "New synapse release $ver."
+dch -M -v "$(sed -Ee 's/(rc|a|b|c)/~\1/' <<<$ver)" "New synapse release $ver."
 dch -M -r -D stable ""