anchao commented on code in PR #8378: URL: https://github.com/apache/nuttx/pull/8378#discussion_r1093400142
########## tools/Config.mk: ########## @@ -392,8 +420,11 @@ endef # CONFIG_WINDOWS_NATIVE - Defined for a Windows native build define ARCHIVE_ADD - @echo "AR (add): ${shell basename $(1)} $(2)" + $(if $(BASH),$(eval SHELL=$(BASH))) + $(ECHO_BEGIN)"AR (add): ${shell basename $(1)} $(2) " Review Comment: Done ,I set SHELL=BASH as default -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org