diff options
author | Zach White <skullydazed@gmail.com> | 2021-03-18 16:10:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 16:10:40 -0700 |
commit | f2715a05939b749771d9826f9ad23b4cab280e82 (patch) | |
tree | 90a776e94206f0f18be3b3399b7d72ca2ec01897 /bin/qmk | |
parent | 90b1e271a8178d68e8c1be0beecfb26b42767f5f (diff) |
Consistently use bin/qmk when that script is called (#12286)
* Pass QMK_BIN down to build_keyboard.mk
* choose the correct qmk script
Diffstat (limited to 'bin/qmk')
-rwxr-xr-x | bin/qmk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ def main(): """ # Change to the root of our checkout os.environ['ORIG_CWD'] = os.getcwd() + os.environ['DEPRECATED_BIN_QMK'] = '1' os.chdir(qmk_dir) print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr) |