Merge pull request #334 from sej7278/master
Fixed typo - bracket should be backslash to continue the call to firstword
This commit is contained in:
commit
d9176a0a64
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ ifndef ARDUINO_SKETCHBOOK
|
|||
ifndef ARDUINO_PREFERENCES_PATH
|
||||
ifeq ($(shell expr $(ARDUINO_VERSION) '>' 150), 1)
|
||||
AUTO_ARDUINO_PREFERENCES := $(firstword \
|
||||
$(call dir_if_exists,$(HOME)/.arduino15/preferences.txt) )
|
||||
$(call dir_if_exists,$(HOME)/.arduino15/preferences.txt) \
|
||||
$(call dir_if_exists,$(HOME)/Library/Arduino15/preferences.txt) )
|
||||
else
|
||||
AUTO_ARDUINO_PREFERENCES := $(firstword \
|
||||
|
|
Loading…
Reference in a new issue