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 <io...@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
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to