ENH: bin/tools/git-find-non-ascii: find non-ASCII chars in source code

This commit is contained in:
Mark Olesen
2020-09-03 08:50:42 +02:00
parent 0e6df58c70
commit 916dcc85a5
2 changed files with 24 additions and 1 deletions

View File

@ -8,6 +8,6 @@
#
#------------------------------------------------------------------------------
git grep --count -P '\s+$' -- $@
git grep --count -P '\s+$' -- "$@"
#------------------------------------------------------------------------------