From 9608d919189ea73dc001ea97062d89b49991d811 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 Jun 2022 07:08:32 +0200 Subject: Adding quotes arround some variables in git-tools to prevent globbing and word splitting. Signed-off-by: Daniel Baumann --- git/share/hooks/post-update.d/irker-notification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/share') diff --git a/git/share/hooks/post-update.d/irker-notification b/git/share/hooks/post-update.d/irker-notification index aae89e6..7c712db 100755 --- a/git/share/hooks/post-update.d/irker-notification +++ b/git/share/hooks/post-update.d/irker-notification @@ -30,5 +30,5 @@ echo "sending IRC notification" while read -r OLD NEW REFNAME do - irkerhook --refname=${REFNAME} $(git rev-list --reverse ${OLD}..${NEW}) + irkerhook --refname="${REFNAME}" "$(git rev-list --reverse "${OLD}".."${NEW}")" done -- cgit v1.2.3