Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit d68c589

Browse files
committed
only check for BOM at the start of the line
Looking in general causes false positives, see #550
1 parent 6caf7c2 commit d68c589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
git grep -l $'\xEF\xBB\xBF' .
1+
git grep -l $'^\xEF\xBB\xBF' .
22

33
if [ $? -eq 0 ]; then exit 1; else exit 0; fi

0 commit comments

Comments
 (0)