diff options
Diffstat (limited to 'bin/qmk')
-rwxr-xr-x | bin/qmk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ def main(): | |||
73 | """ | 73 | """ |
74 | # Change to the root of our checkout | 74 | # Change to the root of our checkout |
75 | os.environ['ORIG_CWD'] = os.getcwd() | 75 | os.environ['ORIG_CWD'] = os.getcwd() |
76 | os.environ['DEPRECATED_BIN_QMK'] = '1' | ||
76 | os.chdir(qmk_dir) | 77 | os.chdir(qmk_dir) |
77 | 78 | ||
78 | print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr) | 79 | print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr) |