diff options
author | Erovia <erovia@users.noreply.github.com> | 2020-05-12 21:59:09 +0200 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-06-12 17:00:27 +0900 |
commit | dc99dab28318d49f35f744b23a8a638be984299a (patch) | |
tree | 4f45bbc99af0bbc0ec6347a8d5a55f52377f2654 /tmk_core | |
parent | d4dd4d4864a5636e31e512304564440dce1a9764 (diff) |
CLI: Tune doctor's udev rule checking to match #8750
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/avr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/avr.mk b/tmk_core/avr.mk index e5068d92ec..2f8c4fc39d 100644 --- a/tmk_core/avr.mk +++ b/tmk_core/avr.mk @@ -169,7 +169,7 @@ define EXEC_AVRDUDE USB=`comm -13 $$TMP1 $$TMP2 | $(GREP) -o '/dev/tty.*'`; \ mv $$TMP2 $$TMP1; \ done; \ - rm $$TMP2 $$TMP1; \ + rm $$TMP1; \ echo ""; \ echo "Device $$USB has appeared; assuming it is the controller."; \ if $(GREP) -q -s 'MINGW\|MSYS' /proc/version; then \ |