Commit 5ddb7f03 authored by Lukasz Dorau's avatar Lukasz Dorau
Browse files

common: fix checking file extensions in check-headers.h

The condition '[[ $(echo $file) =~ ".c" ]]' matches also all '*.c*' files
(for example all *.cmake or Dockerfile.centos) what is incorrect,
so let's fix checking all file extensions.
parent 8f1d51af
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment