Merge pull request #334 from sej7278/master

Fixed typo - bracket should be backslash to continue the call to firstword
This commit is contained in:
Simon John 2015-03-28 12:19:57 +00:00
commit d9176a0a64

View file

@ -331,7 +331,7 @@ ifndef ARDUINO_SKETCHBOOK
ifndef ARDUINO_PREFERENCES_PATH ifndef ARDUINO_PREFERENCES_PATH
ifeq ($(shell expr $(ARDUINO_VERSION) '>' 150), 1) ifeq ($(shell expr $(ARDUINO_VERSION) '>' 150), 1)
AUTO_ARDUINO_PREFERENCES := $(firstword \ 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) ) $(call dir_if_exists,$(HOME)/Library/Arduino15/preferences.txt) )
else else
AUTO_ARDUINO_PREFERENCES := $(firstword \ AUTO_ARDUINO_PREFERENCES := $(firstword \