From 55c0264fcdc854f8481830c49635d374cb43afbc Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 9 May 2020 00:32:45 +0800 Subject: fix sed for linux --- core/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/makefile b/core/makefile index 2a1532543..3af3a5d57 100644 --- a/core/makefile +++ b/core/makefile @@ -271,7 +271,7 @@ ECHO := echo -e # make upper define MAKE_UPPER -${shell echo $(1) | $(SEDX) "s/(.*)/\U\1/g"} +${shell echo $(1) | $(SEDX) "s/\(.*\)/\U\1/g"} endef # config base -- cgit v1.3.1