mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: skip tab check on Makefiles (not just wmake/Makefiles)
This commit is contained in:
@ -148,7 +148,7 @@ checkIllegalCode()
|
||||
do
|
||||
case "$f" in
|
||||
# exclude potential makefiles
|
||||
(wmake/[Mm]akefile* | wmake/rules/*)
|
||||
(*[Mm]akefile* | wmake/rules/*)
|
||||
;;
|
||||
(*)
|
||||
# parse line numbers from grep output:
|
||||
|
||||
@ -111,7 +111,7 @@ checkIllegalCode()
|
||||
do
|
||||
case "$f" in
|
||||
# exclude potential makefiles
|
||||
(wmake/[Mm]akefile* | wmake/rules/*)
|
||||
(*[Mm]akefile* | wmake/rules/*)
|
||||
;;
|
||||
(*)
|
||||
# parse line numbers from grep output:
|
||||
|
||||
Reference in New Issue
Block a user