Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3627bc8

Browse files
kxxtJacobCoffee
andauthored
refactor: use grep -E instead of egrep (python#2141)
Co-authored-by: Jacob Coffee <jacob@z7x.org>
1 parent55bf06b commit3627bc8

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
@@ -4,7 +4,7 @@ default:
44
@$(MAKE) -pRrq -f$(lastword$(MAKEFILE_LIST)):2>/dev/null\
55
|awk-vRS=-F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}'\
66
| sort\
7-
|egrep -v -e '^[^[:alnum:]]' -e '^$@$$'
7+
|grep -E -v -e '^[^[:alnum:]]' -e '^$@$$'
88
@echo
99
@exit 1
1010

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp