mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12738 exclude LICENSE from BOM check
X-SVN-Rev: 39397
This commit is contained in:
parent
acffd25cd9
commit
57124113e4
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ for ent in tree:
|
|||
noprops = noprops + 1
|
||||
continue
|
||||
|
||||
if (fp == "./LICENSE"):
|
||||
print "Skipping: %s" % fp
|
||||
continue
|
||||
|
||||
type = props
|
||||
|
||||
# ends with \n because of process
|
||||
|
|
Loading…
Add table
Reference in a new issue