X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=ensure-documented.sh;h=823a542a467e7b3d551fa13e0ddea0cba758c524;hb=cbe094073500c7bfdcc4131d676e9efe265f9024;hp=b24e40c84401b70ca388c52731f550c86c622e01;hpb=7177ce9f9291a1cf2fa99fe6ff75e279ed4465ef;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