Change-Id: I798bda2e55036c3b4aab1cde2a07aca9d2191431
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
##############################################################################
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
##############################################################################
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
##############################################################################
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