summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-09 00:32:45 +0800
committerruki <[email protected]>2020-05-08 21:16:35 +0800
commit55c0264fcdc854f8481830c49635d374cb43afbc (patch)
tree5cc74f0530c237851ebe7cd3d6b390b81870e2fc
parent3988ba329f8cfdf206bf347418c72da37d7349a7 (diff)
fix sed for linux
-rw-r--r--core/makefile2
1 files changed, 1 insertions, 1 deletions
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