1
0
Fork 0

CLI: Tune doctor's udev rule checking to match #8750

This commit is contained in:
Erovia 2020-05-12 21:59:09 +02:00 committed by Zach White
parent c3aaed8dfb
commit 6b54f3ce1c
2 changed files with 42 additions and 10 deletions

View file

@ -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 \