[X2Go-Commits] [maintenancescripts] 04/08: git/hooks/x2go-post-receive-tag-pending: quote new variable.
git-admin at x2go.org
git-admin at x2go.org
Tue Mar 3 14:25:53 CET 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository maintenancescripts.
commit 9fd00bd1470b0d5c59e8648aac793862b4fe7f60
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue Mar 3 13:21:45 2020 +0100
git/hooks/x2go-post-receive-tag-pending: quote new variable.
---
git/hooks/x2go-post-receive-tag-pending | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git/hooks/x2go-post-receive-tag-pending b/git/hooks/x2go-post-receive-tag-pending
index 5d9cfc3..137da6d 100755
--- a/git/hooks/x2go-post-receive-tag-pending
+++ b/git/hooks/x2go-post-receive-tag-pending
@@ -32,7 +32,7 @@ SENDMAIL="/usr/sbin/sendmail -oi -t"
tempdir="$(mktemp -d)"
trap "rm -rf \"${tempdir}\"" EXIT
-DPKG_VERSION=$(perl -MDpkg -e 'print $Dpkg::version')
+DPKG_VERSION="$(perl -MDpkg -e 'print $Dpkg::version')"
case "$DPKG_VERSION" in
1.16.*)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
More information about the x2go-commits
mailing list