06/07/2020 10:00, David Marchand: > An expression with a space is split by the awk script resulting in > false positive for any patch matching any of the two part of the > expression. > Fix this by using [[:space:]]. > > Fixes: 43e73483a4b8 ("devtools: forbid variable declaration inside for") > > Signed-off-by: David Marchand <david.march...@redhat.com>
Applied, thanks