[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: maintenance: fix typo

Holger Levsen holger at moszumanska.debian.org
Sat Apr 11 13:13:35 UTC 2015


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit bb7291488fe826ea8745653146bc62386035f4bd
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri Apr 10 14:33:24 2015 +0200

    reproducible: maintenance: fix typo
---
 bin/reproducible_maintenance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 32ca96c..9b8221d 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -224,7 +224,7 @@ fi
 
 # find + chmod files with bad permissions
 BADPERMS=$(find /var/lib/jenkins/userContent/{buildinfo,dbd,rbuild,artifacts,unstable,experimental,testing,rb-pkg} ! -perm 644 -type f)
-if [ ! -x "$BADPERMS" ] ; then
+if [ ! -z "$BADPERMS" ] ; then
     DIRTY=true
     echo
     echo "Warning: Found files with bad permissions (!=644):"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list