aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2015-03-28 12:18:38 +0000
committerSimon John <git@the-jedi.co.uk>2015-03-28 12:18:38 +0000
commitc5e0f5c1ab9c6d1cf3323d7a176d4e7212fe3126 (patch)
tree4b9aeb6aec2353783ee29254dcdd7a93e5298a0c /Arduino.mk
parent16924fe60eb6b4728bc37a4a50424fa3abb646fa (diff)
Fixed typo - bracket should be backslash to continue the call to firstword()
Diffstat (limited to 'Arduino.mk')
-rw-r--r--Arduino.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Arduino.mk b/Arduino.mk
index e35da90..3b4d246 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -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 \