mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: bin/tools/git-find-non-ascii: find non-ASCII chars in source code
This commit is contained in:
@ -8,6 +8,6 @@
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
git grep --count -P '\s+$' -- $@
|
||||
git grep --count -P '\s+$' -- "$@"
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user