Skip to content

Commit

Permalink
Fix invalid range error by gawk in order_by_dek.awk
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Aug 20, 2015
1 parent 82b73fd commit 823062d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/order_by_dep.awk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 823062d

Please sign in to comment.