X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjjb-check-unicode.sh;h=284d6db2db56ee6afbeabdfa4370ddc3d1037aae;hb=e50da79e348b4302edf4f2cc2ed4842830f9cc54;hp=e1d28a027e6db4c39af250bab7dcaa5ebb3317f8;hpb=70dfd9dd45be0a505c1e55b8b46bc40f6c53709d;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