mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
replace echo with printf in config generator
This commit is contained in:
parent
2422706ba4
commit
7710e5c3dc
4
Makefile
4
Makefile
@ -855,11 +855,11 @@ CONFIG_OPTS := $(subst $(SPACE),\n,$(MAKEOVERRIDES))
|
||||
|
||||
.PHONY: config_new
|
||||
config_new:
|
||||
@echo -e '$(CONFIG_OPTS)' > $(CONFIG_FILE)
|
||||
@printf '$(CONFIG_OPTS)\n' > $(CONFIG_FILE)
|
||||
|
||||
.PHONY: config_append
|
||||
config_append:
|
||||
@echo -e '$(CONFIG_OPTS)' >> $(CONFIG_FILE)
|
||||
@printf '$(CONFIG_OPTS)\n' >> $(CONFIG_FILE)
|
||||
|
||||
.PHONY: config_clean
|
||||
config_clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user