diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/qmk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qmk b/bin/qmk index b83f111e55..8225ba61cd 100755 --- a/bin/qmk +++ b/bin/qmk @@ -24,7 +24,7 @@ def _check_modules(requirements): for line in fd.readlines(): line = line.strip().replace('<', '=').replace('>', '=') - if len(line) == 0 or line[0] == '#' or '-r' in line: + if len(line) == 0 or line[0] == '#' or line.startswith('-r'): continue if '#' in line: |
