Skip to content

Commit a0ae9c3

Browse files
kid1110kid1110
andauthored
chore(makefile): fix awk warning: regexp escape sequence '\_' is not a known regexp operator (#121)
Co-authored-by: kid1110 <10501098563@qq.com>
1 parent b9616c5 commit a0ae9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ help:
122122
@echo ' make [target]'
123123
@echo ''
124124
@echo 'Targets:'
125-
@awk '/^[a-zA-Z\-\_0-9]+:/ { \
125+
@awk '/^[a-zA-Z\-_0-9]+:/ { \
126126
helpMessage = match(lastLine, /^# (.*)/); \
127127
if (helpMessage) { \
128128
helpCommand = substr($$1, 0, index($$1, ":")-1); \

0 commit comments

Comments
 (0)