Skip to content

Commit 95aaf9e

Browse files
committed
case insensitive match in scripts/convert_edp_list.sh
Change-Id: I9b07bfd5ac29e1fc6cad0456b62093a59a3f10eb
1 parent b0b5859 commit 95aaf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/convert_edp_list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

3-
cat "$1" | sed '0,/^#.*group/d' | head -n -1 | dos2unix
3+
cat "$1" | sed '0,/^#.*[gG][rR][oO][uU][pP]/d' | head -n -1 | dos2unix
44

0 commit comments

Comments
 (0)