Don't use find in fix-ellipsis
This commit is contained in:
parent
102ff2d0be
commit
a01bcd6be2
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
# Fix TypographyEllipsis programmatically
|
# Fix TypographyEllipsis programmatically
|
||||||
|
|
||||||
find res/values* -name '*.xml' -type f | xargs -n 1 sed -i 's/\.\.\./…/g'
|
sed -i 's/\.\.\./…/g' res/values*/*.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user