diff options
| author | Simon John <git@the-jedi.co.uk> | 2015-03-28 12:19:57 +0000 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2015-03-28 12:19:57 +0000 |
| commit | d9176a0a64054b5d12a5d625c6b386bf3840a68f (patch) | |
| tree | 4b9aeb6aec2353783ee29254dcdd7a93e5298a0c | |
| parent | 16924fe60eb6b4728bc37a4a50424fa3abb646fa (diff) | |
| parent | c5e0f5c1ab9c6d1cf3323d7a176d4e7212fe3126 (diff) | |
Merge pull request #334 from sej7278/master
Fixed typo - bracket should be backslash to continue the call to firstword
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 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 \ |
