Skip to content

Commit c701497

Browse files
benjamindigrr
authored andcommitted
Fixes space replacement
1 parent 4eae236 commit c701497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ FILES_TO_FORMAT := $(shell find . -not -path './spiffs/*' \( -name '*.c' -o -nam
7171
DIFF_FILES := $(addsuffix .diff,$(FILES_TO_FORMAT))
7272

7373
# clang doesn't seem to handle -D "ARG=\"foo bar\"" correctly, so replace spaces with \x20:
74-
BUILD_CONFIG_STR := $(shell echo $(CPPFLAGS) | sed 's- -\\\\x20-')
74+
BUILD_CONFIG_STR := $(shell echo $(CPPFLAGS) | sed 's- -\\\\x20-g')
7575

7676
override CPPFLAGS := \
7777
$(INCLUDES) \

0 commit comments

Comments
 (0)