mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fix invalid range error by gawk in order_by_dek.awk
This commit is contained in:
parent
82b73fd1e3
commit
823062d6c1
@ -63,7 +63,7 @@ function count(arr, n, i)
|
||||
return n;
|
||||
}
|
||||
|
||||
/^[a-zA-Z0-9_-;]+/ {
|
||||
/^[a-zA-Z0-9_;-]+/ {
|
||||
split($1, mod, ";");
|
||||
|
||||
# mini hack for pedantic awk
|
||||
|
Loading…
Reference in New Issue
Block a user