diff options
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 9118e497d7..04ae162246 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 \ | 
