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

Commit 0e8d8fb

Browse files
authored
Merge pull request #551 from steveklabnik/fix-test
only check for BOM at the start of the line
2 parents 6caf7c2 + d68c589 commit 0e8d8fb

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)