mirror of
https://github.com/qmk/qmk_firmware
synced 2024-12-31 20:24:41 +00:00
removes stray paren
This commit is contained in:
@ -318,7 +318,7 @@ REMOVEDIR = rmdir
|
||||
COPY = cp
|
||||
WINSHELL = cmd
|
||||
# Autodecct teensy loader
|
||||
ifneq (, $(shell which teensy-loader-cli 2>/dev/null)))
|
||||
ifneq (, $(shell which teensy-loader-cli 2>/dev/null))
|
||||
TEENSY_LOADER_CLI = teensy-loader-cli
|
||||
else
|
||||
TEENSY_LOADER_CLI = teensy_loader_cli
|
||||
|
Reference in New Issue
Block a user