Fixed typo - bracket should be backslash to continue the call to firstword()

This commit is contained in:
Simon John 2015-03-28 12:18:38 +00:00
parent 16924fe60e
commit c5e0f5c1ab

View file

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