X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjjb-check-unicode.sh;h=284d6db2db56ee6afbeabdfa4370ddc3d1037aae;hb=2a10c83b2d506008cc6c01c134515fb6328e1f3a;hp=e1d28a027e6db4c39af250bab7dcaa5ebb3317f8;hpb=f20644a41ef340d5bf31937644eb242c646e52c4;p=releng%2Fglobal-jjb.git diff --git a/shell/jjb-check-unicode.sh b/shell/jjb-check-unicode.sh index e1d28a02..284d6db2 100644 --- a/shell/jjb-check-unicode.sh +++ b/shell/jjb-check-unicode.sh @@ -10,7 +10,7 @@ ############################################################################## echo "---> jjb-check-unicode.sh" -if LC_ALL=C grep --exclude=docs/ -r '[^[:print:][:space:]]' jjb/; then +if LC_ALL=C grep -I -r '[^[:print:][:space:]]' jjb/; then echo "Found files containing non-ascii characters." exit 1 fi