ICU-12738 exclude LICENSE from BOM check
X-SVN-Rev: 39397
This commit is contained in:
parent
acffd25cd9
commit
57124113e4
@ -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…
Reference in New Issue
Block a user