Skip to content

Commit

Permalink
update awk rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Mar 25, 2023
1 parent 4ab10ad commit 6f2560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/RULES_SRC
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ help:
$(info --------------------------------------- )
$(info Make Targets)
$(info --------------------------------------- )
$(QUIET) awk '/^[a-zA-Z\-\_0-9]+:/ { \
$(QUIET) awk '/^[a-zA-Z\\-\\_0-9]+:/ { \
nb = sub( /^## /, "", helpMsg ); \
if(nb == 0) { \
helpMsg = $$0; \
Expand Down

0 comments on commit 6f2560c

Please sign in to comment.