Fix: bashate E010 warnings
[releng/global-jjb.git] / shell / jjb-verify-build-nodes.sh
index b4457e4..93d85be 100644 (file)
@@ -44,7 +44,9 @@ isBadLabel () {
 isValueInArray () {
   local e match="$1"
   shift
-  for e; do [[ "$e" == "$match" ]] && return 0; done
+  for e; do
+      [[ "$e" == "$match" ]] && return 0
+  done
   return 1
 }