X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=ensure-documented.sh;h=823a542a467e7b3d551fa13e0ddea0cba758c524;hb=e0a9d10d3d6b488ed3a3b00050b34d9faee4a6f8;hp=b24e40c84401b70ca388c52731f550c86c622e01;hpb=ba4d6e09d765acef795daff7c6db701e73652382;p=releng%2Fglobal-jjb.git diff --git a/ensure-documented.sh b/ensure-documented.sh index b24e40c8..823a542a 100755 --- a/ensure-documented.sh +++ b/ensure-documented.sh @@ -35,7 +35,7 @@ for file in "${jjb_files[@]}"; do done done -if [ $undocumented_count -gt 0 ]; then +if [ "$undocumented_count" -gt 0 ]; then echo "Number of undocumented items: $undocumented_count" exit 1 fi