mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: allow '=' option separators in some bin/tools scripts
This commit is contained in:
committed by
Andrew Heather
parent
ff81ec8cf3
commit
f7a707e00e
@ -4,10 +4,10 @@
|
||||
# git-find-trailingspace
|
||||
#
|
||||
# Description
|
||||
# Use git grep to search for files with trailing whitespace
|
||||
# Use git grep to find files with trailing whitespace
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
git grep -c -P '\s+$' -- $@
|
||||
git grep --count -P '\s+$' -- $@
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user