Merge pull request #11645 from leandrolanzieri/pr/dist/tools/edbg_path_fix
tools/edbg: escape values set by 'env'
This commit is contained in:
commit
2f26f95db8
2
dist/tools/edbg/Makefile
vendored
2
dist/tools/edbg/Makefile
vendored
@ -10,7 +10,7 @@ all: git-download
|
||||
# Start edbg build in a clean environment, so variables set by RIOT's build process
|
||||
# for cross compiling a specific target platform are reset and edbg can
|
||||
# be built cleanly for the native platform.
|
||||
env -i PATH=$(PATH) TERM=$(TERM) "$(MAKE)" -C $(PKG_BUILDDIR)
|
||||
env -i PATH="$(PATH)" TERM="$(TERM)" "$(MAKE)" -C "$(PKG_BUILDDIR)"
|
||||
mv $(PKG_BUILDDIR)/edbg .
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user