diff options
Diffstat (limited to 'scripts/checkkconfigsymbols.py')
-rwxr-xr-x | scripts/checkkconfigsymbols.py | 2 |
1 files changed, 1 insertions, 1 deletions
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(): | |||
88 | if args.commit and args.diff: | 88 | if args.commit and args.diff: |
89 | sys.exit("Please specify only one option at once.") | 89 | sys.exit("Please specify only one option at once.") |
90 | 90 | ||
91 | if args.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", args.diff): | 91 | if args.diff and not re.match(r"^[\w\-\.\^]+\.\.[\w\-\.\^]+$", args.diff): |
92 | sys.exit("Please specify valid input in the following format: " | 92 | sys.exit("Please specify valid input in the following format: " |
93 | "\'commit1..commit2\'") | 93 | "\'commit1..commit2\'") |
94 | 94 | ||