CLI: Tune doctor's udev rule checking to match #8750
This commit is contained in:
parent
c3aaed8dfb
commit
6b54f3ce1c
2 changed files with 42 additions and 10 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue