[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fix syntax error

Holger Levsen holger at layer-acht.org
Fri Dec 23 10:21:37 UTC 2016


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 fcaa917278de1593ce737a95b5fdb9d210f10e85
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 23 11:21:31 2016 +0100

    reproducible Debian: fix syntax error
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index bc97cf2..92b73bf 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -588,7 +588,7 @@ check_suitability() {
 			break
 		fi
 		# special case arm…
-		if ( [ "$ARCH" = "armhf" ] || "$ARCH" = "arm64" ] ) && [ "$arch" = "any-arm" ] ; then
+		if ( [ "$ARCH" = "armhf" ] || [ "$ARCH" = "arm64" ] ) && [ "$arch" = "any-arm" ] ; then
 			SUITABLE=true
 			break
 		fi

-- 
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