This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2go-keyring.

commit 733a92d9fac9f222d55fb14ef77ed352d9e01c67
Author: Mihai Moldovan <io...@ionic.de>
Date:   Sun Sep 18 04:42:36 2016 +0200

    t/keyids-complete.t: more quotes and curly braces!
---
 debian/changelog    |    1 +
 t/keyids-complete.t |   12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9cc892f..86f2f25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium
   * Makefile: remove unnecessary newline.
   * debian/rules: add myself to Copyright header.
   * t/keyids-complete.t: use spaces instead of tabs.
+  * t/keyids-complete.t: more quotes and curly braces!
 
  -- Mike Gabriel <mike.gabr...@das-netzwerkteam.de>  Wed, 09 Jul 2014 20:10:47 
+0200
 
diff --git a/t/keyids-complete.t b/t/keyids-complete.t
index 1386b8c..28d03d9 100755
--- a/t/keyids-complete.t
+++ b/t/keyids-complete.t
@@ -3,17 +3,17 @@
 # keyids mapping file.
 set -e
 
-fail=0
+fail="0"
 
 for keyring in x2go-maintainers-gpg x2go-keyring-gpg; do
-  cd $keyring
+  cd "${keyring}"
   for key in 0x*; do
-    if ! grep -q "^$key " ../keyids; then
-      echo "$keyring: $key is not in keyids file."
-      fail=1
+    if ! grep -q "^${key} " ../keyids; then
+      echo "${keyring}: ${key} is not in keyids file."
+      fail="1"
     fi
   done
   cd ..
 done
 
-exit $fail
+exit "${fail}"

--
Alioth's 
/srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on 
/srv/git/code.x2go.org/x2go-keyring.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to