X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=scripts%2Fcheckkconfigsymbols.py;h=3820f00b066a73f6ab23e68b869a2f42e46c4e89;hb=eb7903bb83cc1db31a9124d4cc8a1bddebe26e33;hp=a32e4da4c11708dbbffd97a1467ff978b336ddd0;hpb=5c85b8722c839b214857ea0627401b82aa2bcf72;p=karo-tx-linux.git diff --git a/scripts/checkkconfigsymbols.py b/scripts/checkkconfigsymbols.py index a32e4da4c117..3820f00b066a 100755 --- a/scripts/checkkconfigsymbols.py +++ b/scripts/checkkconfigsymbols.py @@ -88,7 +88,7 @@ def parse_options(): if args.commit and args.diff: sys.exit("Please specify only one option at once.") - if args.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", args.diff): + if args.diff and not re.match(r"^[\w\-\.\^]+\.\.[\w\-\.\^]+$", args.diff): sys.exit("Please specify valid input in the following format: " "\'commit1..commit2\'")