Simplify find loop in check-unicode script 62/52962/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 7 Mar 2017 15:36:02 +0000 (10:36 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 7 Mar 2017 15:37:16 +0000 (10:37 -0500)
commit3d0954b205e8657328ff5d55e17754b84497f4c2
treefbdef59b0c9e251aba86ccd620a4bcd163c98575
parente5c722ba38aee2f3132187e97925ac9e5f75f4fe
Simplify find loop in check-unicode script

grep prints out a list of problematic lines anyway so we don't need to
echo our own statement. This removes an unnecessary find loop and only
uses grep.

Change-Id: I7580c80620d8808b54ee9df57b2c1290ad73e26b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
scripts/check-unicode.sh